mirror of
https://github.com/ougihz/BatchFontCollector.git
synced 2025-12-16 09:38:58 +01:00
Python script that collects fonts from multiple subtitle files, organizes them by episode, and reports missing fonts.
| batch_font_collector.py | ||
| LICENSE | ||
| README.md | ||
BatchFontCollector
Python script that collects fonts from multiple subtitle files, organizes them by episode, and reports missing fonts.
Requirements
- Python 3.8+
- FontCollector (Make sure that the Python
Scriptsfolder is included in your system's environment variables.)
Features
- Processes multiple
.asssubtitle files in batch. - Collects all fonts required by each subtitle file.
- Organizes fonts into folders per episode.
- Logs the extraction process (
process.log). - Reports missing fonts (
missing_fonts.log).
Usage
- Open a terminal
- Navigate to the folder containing your
batch_font_collector.pyscript. - Run the script with the path to your subtitles folder:
python batch_font_collector.py "path to subtitles"