-
Notifications
You must be signed in to change notification settings - Fork 0
Build from Source
Deep edited this page Jul 16, 2026
·
1 revision
This guide explains how to build and run QIFY Downloader directly from the source code.
Before you begin, install:
- Windows 10 or Windows 11
- Python 3.10 or newer
- Git (optional)
- FFmpeg
Using Git:
git clone https://github.com/deep-mistry10/QIFY-Downloader.gitGo to the project folder:
cd QIFY-DownloaderOr download the ZIP from GitHub and extract it.
Run:
pip install -r requirements.txtThis installs:
- yt-dlp
- customtkinter
See the FFmpeg Setup page for installation instructions.
Verify installation:
ffmpeg -versionStart the application with:
python main.pyThe QIFY Downloader window should appear.
To update installed packages:
pip install --upgrade -r requirements.txtRun:
pip install -r requirements.txtInstall FFmpeg and verify:
ffmpeg -versionInstall Python 3.10 or newer and ensure it is added to your system PATH during installation.