DFIS is a minimal tool that grabs fonts from DaFont and installs the entire font family automatically. No manual unzipping, no drag-and-drop.
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.
- 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.
- Go to the Releases page.
- Download the
DFIS_v1.0.0.zipfile. - Extract the zip file to a folder.
- Run
DFIS.exefound 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.
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.pyThis project is licensed under the GNU GPL v3. Feel free to fork and improve it!