A simple PyQt5 + pytube GUI to download youtube videos
- Create a new folder
- run: git init
- run: git pull https://github.com/mv-per/pyqt5-youtube-downloader-GUI/
- run: pip install -r requirements.txt
- run: runas (It's necessary admin privileges since it will download files into you computer)
- run: python main.py
- Paste Youtube URL
- Select file format (audio/video)
- Select file quality
- Change output folder by clicking in the "Select folder" button
- Press Download
- Enjoy!