Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 810 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 810 Bytes

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