https://github.com/naghim/fontos
Font Finder and Collector⚡This application allows you to check whether the fonts in an .ass subtitle are installed on your system or not, as well as collect the fonts into a directory.
https://github.com/naghim/fontos
advanced-substation-alpha collector fonts
Last synced: 3 months ago
JSON representation
Font Finder and Collector⚡This application allows you to check whether the fonts in an .ass subtitle are installed on your system or not, as well as collect the fonts into a directory.
- Host: GitHub
- URL: https://github.com/naghim/fontos
- Owner: naghim
- Created: 2024-05-02T21:39:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-02T22:35:14.000Z (over 1 year ago)
- Last Synced: 2025-01-08T02:53:05.325Z (about 1 year ago)
- Topics: advanced-substation-alpha, collector, fonts
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fontos: Font Finder and Collector
This application allows you to check whether the fonts in an .ass subtitle are installed on your system or not, as well as collect the fonts into a directory.
It will tell you which fonts are missing. Correct each font and try again.
If no fonts are missing, the fonts will be collected into a directory called `fonts`.
# Usage (executable)
First, download the latest release from the repository: [GitHub Releases](https://github.com/naghim/Fontos/releases)
To use the program, drag a subtitle file into the `Fontos.exe` program.
The program will open a terminal window and will evaluate whether the fonts in the subtitle are installed or not.
If all fonts are installed, they will be collected into the `fonts` directory.
# Usage (Git repository)
First, install the Python requirements:
```bash
python -m pip install -r requirements.txt
```
Second, save the desired subtitle as `subtitle.ass`.
Third, run the Python program on Windows:
```bash
python -m fontos
```
This program is only supported on Windows at the moment.