Skip to content

mert-eryl14/YoutubeDownloader-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.