A simple desktop Youtube video downloader in python.
This is an application which uses the custom tkinter library to render GUI widgets and pytube library to download youtube files.
The installation procedure goes like so: First of all make sure that you have installed Python 3.10.8 or higher. Clone/Fork the project and create a virtual environment in the root directory of the project; follow this link for more information about virtual environments. After creating the virtual environment, run the following command to install the requirements.
pip install -r requirements.txt
run the project like so python tubepy/setup.py
on windows, python3 tutepy/setup.py
on unix based systems.
For more information on how to contribute please read the CONTRIBUTIONS.md file.