Skip to content

fazalfarhan01/YouTubedl-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTubedl-ui

This repo is for designing a gui for YouTubeDL

Check Out the Releases

Run the following commands in Powershell Admin to get started on windows

python -m pip install virtualenv

Open the project folder and install the pre-requesites by running the following command

virtualenv env
./env/scripts/activate

pip install -r requirements.txt

Then to run the program, run the following command

python main.py

Note: As of now.. The GUI and YouTubeDL are properly integrated and the default download directory is the Downloads Folder.

To Compile and obtain the exe file, run the following

python -m eel main.py web --onefile -w --icon=web\images\favicon.ico