https://github.com/taqsblaze/fontify
Fontify is a linux application for installing ttf fonts onto the linux system
https://github.com/taqsblaze/fontify
fonts install linux python python3 qt qt5-gui qtdesigner
Last synced: about 1 month ago
JSON representation
Fontify is a linux application for installing ttf fonts onto the linux system
- Host: GitHub
- URL: https://github.com/taqsblaze/fontify
- Owner: TaqsBlaze
- License: gpl-3.0
- Created: 2024-07-15T11:59:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T09:02:40.000Z (9 months ago)
- Last Synced: 2025-03-27T21:17:04.229Z (about 1 month ago)
- Topics: fonts, install, linux, python, python3, qt, qt5-gui, qtdesigner
- Language: Python
- Homepage: https://github.com/taqsblaze/fontify
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fontify
**Font installer for linux**

--**Font Installer**
A simple and intuitive application for installing fonts on Linux systems, built with PyQt5 and Python 3.
**Features**
* Easy font installation: Select a font file, and our application will take care of installing it for you.
* Support for multiple font formats: Our application supports a wide range of font formats, including OTF, TTF, WOFF, and more.
* Customizable installation directory: Choose where you want to install your fonts, from a predefined list of directories or a custom path.
* Font preview: Get a sneak peek at how the font will look before installing it.
* Error handling: Our application handles errors and exceptions, so you can focus on installing fonts without worrying about technical issues.**Why use this application?**
* **Convenience**: No more tedious command-line font installation or manual copying of files. Our application streamlines the process, making it easy to install fonts in just a few clicks.
* **Flexibility**: With our application, you can install fonts from anywhere, whether it's a local directory or a remote location.
* **Customization**: Take control of where your fonts are installed and easily switch between different directories.**Requirements**
1. Python3
2. PyQt5
3. requests**First time use**
1. Download the latest version of Fontify from GitHub.
2. Install requirements `pip3 install -r requirements.txt`
3. `python3 fontify.py`**How to use**
1. Download the latest version of Fontify from GitHub.
2. Unzip the archive and run the application using `python3 fontify.py`.
3. Select the font file you want to install.
4. Preview the font and confirm the installation.**Contributing**
If you'd like to contribute to Font Installer, please fork the repository and submit a pull request. We welcome bug reports, feature requests, and code contributions.
**License**
Font Installer is licensed under the MIT License. See [LICENSE](LICENSE) for details.
I hope this helps! Let me know if you need any further assistance.
developed with Love