Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T22:37:51.000Z (4 months ago)
- Last Synced: 2024-10-23T23:27:06.134Z (4 months ago)
- Topics: font
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 9
- Watchers: 3
- 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