|
98 | 98 | </details> |
99 | 99 | </blockquote> |
100 | 100 | </details> |
101 | | - <details> <!-- scripts Submodule --> |
102 | | - <summary><b>scripts</b></summary> |
| 101 | + <details> <!-- Docs Submodule --> |
| 102 | + <summary><b>Docs</b></summary> |
103 | 103 | <blockquote> |
104 | 104 | <table> |
105 | | - <tr> |
106 | | - <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/png_converter.py'>png_converter.py</a></b></td> |
107 | | - <td><code>❯ Conversione ricorsiva di tutte le immagini PNG in JPEG all'interno di una cartella specificata, gestendo la trasparenza e rimuovendo i file PNG originali.</code></td> |
108 | | - </tr> |
109 | 105 | <tr> |
110 | 106 | <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/audio_extract.py'>audio_extract.py</a></b></td> |
111 | 107 | <td><code>❯ Estrazione tracce audio .flac da file .mkv (anche ricorsiva).</code></td> |
112 | 108 | </tr> |
| 109 | + <tr> |
| 110 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/codec_expoler.py'>codec_expoler.py</a></b></td> |
| 111 | + <td><code>❯ Analizza i file video identifica codec H264 o H265, ne mostra i dettagli e consente l’esportazione.</code></td> |
| 112 | + </tr> |
113 | 113 | <tr> |
114 | 114 | <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/color_palette.py'>color_palette.py</a></b></td> |
115 | 115 | <td><code>❯ Estrazione e salvataggio dei colori in formato PDF dominanti da un'immagine.</code></td> |
116 | 116 | </tr> |
117 | 117 | <tr> |
118 | | - <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/transcribe_wav.py'>transcribe_wav.py</a></b></td> |
119 | | - <td><code>❯ Trascrive automaticamente i file audio .wav in testo utilizzando il modello Whisper, salvando le trascrizioni e saltando quelle già esistenti.</code></td> |
| 118 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/efolder.py'>efolder.py</a></b></td> |
| 119 | + <td><code>❯ Individuazione e rimozione sicura di cartelle vuote in una directory.</code></td> |
120 | 120 | </tr> |
121 | 121 | <tr> |
122 | | - <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/remove.py'>remove.py</a></b></td> |
123 | | - <td><code>❯ Rimozione file non musicali e pulizia cartelle vuote in una directory.</code></td> |
| 122 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/eml_converter.py'>eml_converter.py</a></b></td> |
| 123 | + <td><code>❯ Conversione di email .eml in PDF con dettagli del messaggio.</code></td> |
124 | 124 | </tr> |
125 | 125 | <tr> |
126 | | - <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/efolder.py'>efolder.py</a></b></td> |
127 | | - <td><code>❯ Individuazione e rimozione sicura di cartelle vuote in una directory.</code></td> |
| 126 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/estensioni.py'>estensioni.py</a></b></td> |
| 127 | + <td><code>❯ Analisi e elenco ordinato delle estensioni file in una directory.</code></td> |
| 128 | + </tr> |
| 129 | + <tr> |
| 130 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/image_downloader.py'>image_downloader.py</a></b></td> |
| 131 | + <td><code>❯ Download immagini da una pagina web, inclusi contenuti Base64.</code></td> |
| 132 | + </tr> |
| 133 | + <tr> |
| 134 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/pdf_combiner.py'>pdf_combiner.py</a></b></td> |
| 135 | + <td><code>❯ Genera PDF da immagini Jpeg.</code></td> |
| 136 | + </tr> |
| 137 | + <tr> |
| 138 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/png_converter.py'>png_converter.py</a></b></td> |
| 139 | + <td><code>❯ Conversione ricorsiva di tutte le immagini PNG in JPEG all'interno di una cartella specificata, gestendo la trasparenza e rimuovendo i file PNG originali.</code></td> |
| 140 | + </tr> |
| 141 | + <tr> |
| 142 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/remove.py'>remove.py</a></b></td> |
| 143 | + <td><code>❯ Rimozione file non musicali e pulizia cartelle vuote in una directory.</code></td> |
128 | 144 | </tr> |
129 | 145 | <tr> |
130 | 146 | <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/sposta_file.py'>sposta_file.py</a></b></td> |
131 | 147 | <td><code>❯ Spostamento file in directory principale e rimozione cartelle vuote.</code></td> |
132 | 148 | </tr> |
| 149 | + <tr> |
| 150 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/transcribe_wav.py'>transcribe_wav.py</a></b></td> |
| 151 | + <td><code>❯ Trascrive automaticamente i file audio .wav in testo utilizzando il modello Whisper, salvando le trascrizioni e saltando quelle già esistenti.</code></td> |
| 152 | + </tr> |
| 153 | + <tr> |
| 154 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/trash.py'>trash.py</a></b></td> |
| 155 | + <td><code>❯ Spostamento file con nomi specifici in una cartella "duplicati".</code></td> |
| 156 | + </tr> |
| 157 | + <tr> |
| 158 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/tree_size.py'>tree_size.py</a></b></td> |
| 159 | + <td><code>❯ Esporta la "fotografia" completa e interattiva di una struttura di cartelle in un file HTML statico.</code></td> |
| 160 | + </tr> |
| 161 | + </table> |
| 162 | + </blockquote> |
| 163 | + </details> |
| 164 | + <details> <!-- scripts Submodule --> |
| 165 | + <summary><b>scripts</b></summary> |
| 166 | + <blockquote> |
| 167 | + <table> |
| 168 | + <tr> |
| 169 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/audio_extract.py'>audio_extract.py</a></b></td> |
| 170 | + <td><code>❯ Estrazione tracce audio .flac da file .mkv (anche ricorsiva).</code></td> |
| 171 | + </tr> |
133 | 172 | <tr> |
134 | 173 | <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/codec_expoler.py'>codec_expoler.py</a></b></td> |
135 | 174 | <td><code>❯ Analizza i file video identifica codec H264 o H265, ne mostra i dettagli e consente l’esportazione.</code></td> |
136 | 175 | </tr> |
137 | 176 | <tr> |
138 | | - <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/image_downloader.py'>image_downloader.py</a></b></td> |
139 | | - <td><code>❯ Download immagini da una pagina web, inclusi contenuti Base64.</code></td> |
| 177 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/color_palette.py'>color_palette.py</a></b></td> |
| 178 | + <td><code>❯ Estrazione e salvataggio dei colori in formato PDF dominanti da un'immagine.</code></td> |
| 179 | + </tr> |
| 180 | + <tr> |
| 181 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/efolder.py'>efolder.py</a></b></td> |
| 182 | + <td><code>❯ Individuazione e rimozione sicura di cartelle vuote in una directory.</code></td> |
140 | 183 | </tr> |
141 | 184 | <tr> |
142 | 185 | <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/eml_converter.py'>eml_converter.py</a></b></td> |
143 | 186 | <td><code>❯ Conversione di email .eml in PDF con dettagli del messaggio.</code></td> |
144 | 187 | </tr> |
145 | 188 | <tr> |
146 | | - <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/elenco_cartelle.py'>elenco_cartelle.py</a></b></td> |
147 | | - <td><code>❯ Elenco cartelle di primo livello e salvataggio su file di testo.</code></td> |
| 189 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/estensioni.py'>estensioni.py</a></b></td> |
| 190 | + <td><code>❯ Analisi e elenco ordinato delle estensioni file in una directory.</code></td> |
148 | 191 | </tr> |
149 | 192 | <tr> |
150 | | - <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/trash.py'>trash.py</a></b></td> |
151 | | - <td><code>❯ Spostamento file con nomi specifici in una cartella "duplicati".</code></td> |
| 193 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/image_downloader.py'>image_downloader.py</a></b></td> |
| 194 | + <td><code>❯ Download immagini da una pagina web, inclusi contenuti Base64.</code></td> |
152 | 195 | </tr> |
153 | 196 | <tr> |
154 | | - <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/estensioni.py'>estensioni.py</a></b></td> |
155 | | - <td><code>❯ Analisi e elenco ordinato delle estensioni file in una directory.</code></td> |
156 | | - </tr> |
157 | | - <tr> |
158 | 197 | <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/pdf_combiner.py'>pdf_combiner.py</a></b></td> |
159 | 198 | <td><code>❯ Genera PDF da immagini Jpeg.</code></td> |
160 | 199 | </tr> |
| 200 | + <tr> |
| 201 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/png_converter.py'>png_converter.py</a></b></td> |
| 202 | + <td><code>❯ Conversione ricorsiva di tutte le immagini PNG in JPEG all'interno di una cartella specificata, gestendo la trasparenza e rimuovendo i file PNG originali.</code></td> |
| 203 | + </tr> |
| 204 | + <tr> |
| 205 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/remove.py'>remove.py</a></b></td> |
| 206 | + <td><code>❯ Rimozione file non musicali e pulizia cartelle vuote in una directory.</code></td> |
| 207 | + </tr> |
| 208 | + <tr> |
| 209 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/sposta_file.py'>sposta_file.py</a></b></td> |
| 210 | + <td><code>❯ Spostamento file in directory principale e rimozione cartelle vuote.</code></td> |
| 211 | + </tr> |
| 212 | + <tr> |
| 213 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/transcribe_wav.py'>transcribe_wav.py</a></b></td> |
| 214 | + <td><code>❯ Trascrive automaticamente i file audio .wav in testo utilizzando il modello Whisper, salvando le trascrizioni e saltando quelle già esistenti.</code></td> |
| 215 | + </tr> |
| 216 | + <tr> |
| 217 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/trash.py'>trash.py</a></b></td> |
| 218 | + <td><code>❯ Spostamento file con nomi specifici in una cartella "duplicati".</code></td> |
| 219 | + </tr> |
| 220 | + <tr> |
| 221 | + <td><b><a href='https://github.com/Magnetarman/Python-Script/blob/master/scripts/tree_size.py'>tree_size.py</a></b></td> |
| 222 | + <td><code>❯ Esporta la "fotografia" completa e interattiva di una struttura di cartelle in un file HTML statico.</code></td> |
161 | 223 | </tr> |
162 | 224 | </table> |
163 | 225 | </blockquote> |
164 | 226 | </details> |
165 | | -</details> |
166 | 227 |
|
167 | 228 | --- |
168 | 229 |
|
|
0 commit comments