Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.45 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.45 KB

YoutubeDownloader

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.

Installation

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:

image

python -m venv .venv

Then activate the virtual environment.

  • On Linux/MacOs:
source .venv/bin/activate
  • On Windows:
.venv\Scripts\activate.bat

It should look somewhat like this now:

image


In the venv now use the package manager pip to install the requirements.

pip install -r requirements.txt

Now you are ready to go and run:

python run.py

After usage deactivate the venv like this:

deactivate

Preview

image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.