Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 500 Bytes

Youtube downloader

Copy/paste a youtube video url in the GUI, click download!

Built with tkinter

Youtube Downloader

Youtube Downloader

Youtube Downloader

Run script

python youtube-downloader.py

Create standalone installer

pyinstaller --onefile --windowed  youtube-downloader.py

pyinstaller --onefile --windowed --icon=favicon.ico youtube-downloader.py