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: 10 months ago
JSON representation

Renames fonts to their internal name and unpacks .ttc/.otc files.

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