Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 871 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 871 Bytes

FontSync

Transfer fonts from your old PC to your new one effortlessly. Created by a designer, for designers.

Building Instructions

If you'd like to customize the program, follow these steps. Otherwise, simply download the executable file from the releases page.

  1. Modify the code to suit your requirements.

  2. Install PyInstaller from PyPI:

    pip install pyinstaller
  3. 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"
  4. Your executable will be availabe in the "dist" folder.

Credits

FontSync is a small open-source project. If you decide to distribute it, please credit this repository.

Thank you for supporting open-source software!