https://github.com/whtsky/font-rename
Renames fonts to their internal name and unpacks .ttc/.otc files.
https://github.com/whtsky/font-rename
font
Last synced: 10 months ago
JSON representation
Renames fonts to their internal name and unpacks .ttc/.otc files.
- Host: GitHub
- URL: https://github.com/whtsky/font-rename
- Owner: whtsky
- License: mit
- Created: 2019-10-10T06:27:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T02:45:41.000Z (10 months ago)
- Last Synced: 2025-04-09T03:29:41.064Z (10 months ago)
- Topics: font
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# font-rename
Renames fonts to their internal name and unpacks .ttc/.otc files.
```bash
pip install font-rename
font-rename insert/directory/file/path/here
```
## Changelog
### v0.2.0
- Add the option to remove unparsable fonts [#11](https://github.com/whtsky/font-rename/pull/11)
- Add `.otc` support [#9](https://github.com/whtsky/font-rename/pull/9)
- Fix invalid .ttc handling [#9](https://github.com/whtsky/font-rename/pull/9)
### v0.1.0
- Initial Release