/youtube-downloader

YouTube Downloader with GUI

Primary LanguagePython

Youtube downloader with GUI

Installation

Clone this project

git clone https://github.com/jinshinvn/youtube-downloader

Update and run virtual environment (recommend)

python3 -m pip install --upgrade virtualenv
virtualenv venv
cd venv/Scripts && activate.bat

Install all requirement packages

pip install -r requirements.txt

Examples

python main.py

ok

Contributing

We're open to all community contributions! If you'd like to contribute in any way, feel free to make a pull request or forking.