YoutubeDownloader is a little Project written in Python. It is a GUI wrapper around pytube. It can download Videos with a Youtube Url, manage and store them for you. Just test it yourself.
The Project is build in Python version 3.12. After you downloaded or cloned the Repo, go into YoutubeDownloader (if you download as zip it's YoutubeDownloader - master) directory. It is recommended to create a virtual environment like this:
python -m venv .venvThen activate the virtual environment.
- On Linux/MacOs:
source .venv/bin/activate- On Windows:
.venv\Scripts\activate.batIt should look somewhat like this now:
In the venv now use the package manager pip to install the requirements.
pip install -r requirements.txtNow you are ready to go and run:
python run.pyAfter usage deactivate the venv like this:
deactivatePull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


