Skip to content

GUI youtube video downloader, only for 64 bit architectures and Win10

License

Notifications You must be signed in to change notification settings

fbasatemur/ytube_downloder

Repository files navigation

ytube_downloder

Programming Lang: Python 3.7.3

UI: PyQT5 API: Pytube3

Requirements

pip install PyQt5
pip install pytube==10.5.1

Run

python YTube_main.py

Py To Exe

If you want to convert to executable file, "Pyinstaller" must be installed. You can convert as follows :

pyinstaller --onefile --windowed --icon=YTube_icon.ico YTube_main.py

Or you can access the executable file here.

UI Screenshots

Enter URL..

screenshot of conversion

Set format, click Info and choose resolution

screenshot of conversion

Click download

screenshot of conversion