Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0dist/fontview
A simple font manager
https://github.com/0dist/fontview
font-management font-manager fonts gui gui-application pyqt pyqt6 qt qt-framework typography
Last synced: 4 months ago
JSON representation
A simple font manager
- Host: GitHub
- URL: https://github.com/0dist/fontview
- Owner: 0dist
- License: gpl-3.0
- Created: 2024-01-09T18:13:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-10T19:47:03.000Z (about 1 year ago)
- Last Synced: 2024-09-29T07:23:15.200Z (4 months ago)
- Topics: font-management, font-manager, fonts, gui, gui-application, pyqt, pyqt6, qt, qt-framework, typography
- Language: Python
- Homepage:
- Size: 955 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
Currently it can:
- View 1 font directory at a time
- Index only .ttf/.otf font files
- Basic text formatting
- Display font info and glyph dataTo-do:
- Font collection managment
- View multiple directories
- Custom text previews
- Optimize font resizing
- Custom themeKnown issues:
- Sorts incorrectly by font weight on Linux## How to run
```
git clone https://github.com/0dist/fontview
cd fontview
pip install -r requirements.txt
main.py
```## Example
![example](https://github.com/0dist/fontview/blob/master/example.jpg)## Credits
This app uses [PyQt-Frameless-Window
](https://github.com/zhiyiYo/PyQt-Frameless-Window) that replaces default Windows title bar