Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 370 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 370 Bytes

YouTube-Downloader

A GUI Based Application to download videos from YouTube for free!

Install

pip install pytube
pip install tkinter
pip install pyperclip
pip install validators
pip install py2exe
pip install pyinstaller

Run

python YouTube\ Downloader.py

Compile

Linux:

pyinstaller YouTube\ Downloader.py

Windows:

python setup.py py2exe