Currently for Linux Only - A font manager with Categories support and preview.
Font Hyper is a Python application that allows users to manage and categorize fonts using a graphical interface built with Tkinter and FreeType.
- Search and display fonts from predefined and user-specified directories.
- Categorize fonts for easy management.
- Assign fonts to multiple categories.
- Render sample text using selected fonts.
- Save and load font configurations.
- Install and remove fonts by creating symbolic links.
- Remove user-added font paths and categories.
- first click "show paths"
- in the menu/tools/ add default font paths (system dependent)
- add user paths using "add path" button
- scan font directories
- add fonts to any category
- install category
- in the app, press F1 or F2 for more help info
- more than 4000 lines of code ~ 170 kB
- w.time ~ 2 weeks
GPL v3