Skip to content

Effortless DaFont installer for Windows 11. Automates downloading, extracting, and registering full font families in one click.

License

Notifications You must be signed in to change notification settings

egoistpizza/DFIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DFIS (DaFont Installer Script)

Version Python Platform License

DFIS is a minimal tool that grabs fonts from DaFont and installs the entire font family automatically. No manual unzipping, no drag-and-drop.


โšก Why use this?

Downloading fonts usually involves: Download Zip -> Open Zip -> Find TTF/OTF files -> Double click -> Install -> Repeat for Bold/Italic...

DFIS does all of that in one click. Just paste the link, and it handles the rest.

โœจ Features

  • One-Click Magic: Paste the DaFont link, click install. Done.
  • Smart Detection: It scans the downloaded archive and installs every variant (Bold, Italic, Light, etc.) found inside.
  • No Admin Rights: Installs fonts safely to your local user scope. No annoying admin prompts.
  • Modern UI: Clean, dark-themed interface designed for Windows 11.

๐Ÿ“ฅ Installation

  1. Go to the Releases page.
  2. Download the DFIS_v1.0.0.zip file.
  3. Extract the zip file to a folder.
  4. Run DFIS.exe found inside.

Note: If Windows SmartScreen prevents the app from starting (because I'm an indie dev without a digital certificate), click More Info > Run Anyway.

๐Ÿ› ๏ธ Building from Source

If you want to build the exe yourself:

# Clone the repo
git clone https://github.com/egoistpizza/DFIS.git
cd DFIS

# Install requirements
pip install customtkinter requests beautifulsoup4 pyinstaller

# Build
pyinstaller --noconsole --onefile --name "DFIS" --clean dfis.py

๐Ÿ“œ License

This project is licensed under the GNU GPL v3. Feel free to fork and improve it!

About

Effortless DaFont installer for Windows 11. Automates downloading, extracting, and registering full font families in one click.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages