Transfer fonts from your old PC to your new one effortlessly. Created by a designer, for designers.
If you'd like to customize the program, follow these steps. Otherwise, simply download the executable file from the releases page.
-
Modify the code to suit your requirements.
-
Install PyInstaller from PyPI:
pip install pyinstaller
-
Run the following command in your terminal to generate the executable:
pyinstaller --noconfirm --onefile --windowed --icon "<path-to-your-icon>" --name "FontSync" --clean "<path-of-dir-where-the-python-file-exists>/FontSync.py"
-
Your executable will be availabe in the "dist" folder.
FontSync is a small open-source project. If you decide to distribute it, please credit this repository.
Thank you for supporting open-source software!