It's GUI based youtube downloader built in python using tkinter.
- Run this commamd to install the required libraries for the project:
pip install -r requirements.txt
- Run the main.py file to run the program:
python main.py
or
python3 main.py
It's a GUI based youtube downloader built in python using tkinter.
PythonGPL-3.0