File tree Expand file tree Collapse file tree 2 files changed +648
-0
lines changed
Expand file tree Collapse file tree 2 files changed +648
-0
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,9 @@ Introdotto il file `main.py` che gestisce:
6565 ├── remove.py
6666 ├── sposta_file.py
6767 ├── transcribe_wav.py
68+ ├── pdf_combiner.py
6869 └── trash.py
70+
6971```
7072
7173### 📂 Idex Progetto
@@ -148,6 +150,10 @@ Introdotto il file `main.py` che gestisce:
148150 <tr>
149151 <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/estensioni.py'>estensioni.py</a></b></td>
150152 <td><code>❯ Analisi e elenco ordinato delle estensioni file in una directory.</code></td>
153+ </tr>
154+ <tr>
155+ <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/pdf_combiner.py'>pdf_combiner.py</a></b></td>
156+ <td><code>❯ Genera PDF da immagini Jpeg.</code></td>
151157 </tr>
152158 </table>
153159 </blockquote>
You can’t perform that action at this time.
0 commit comments