Skip to content

Commit 7fe1634

Browse files
committed
Add New Script
1 parent 685c129 commit 7fe1634

File tree

2 files changed

+648
-0
lines changed

2 files changed

+648
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)