This is a simple Python script for downloading YouTube videos using pytube and tkinter library. Equipped with neat and organized ui and ux
- Resolution option to download videos. Available from 2160p to 144p resolution.
- Has a feature to check video information, such as title, author, view, rating, publish date, video length, and thumb URL.
- has a status feature, so you can see errror problems, as well as results in running the application.
- Terms and conditions feature, ensuring users to use the application in accordance with the terms and conditions (license, etc.).
- A neat and organized appearance according to the standard appearance of the operating system.
- Install pytube library using
pip install pytube
. - Python 3.x
- Install tkinter using
pip install tkinter
Important
To See another application feature, please download this repository.
Version | Additional Features | Note |
---|---|---|
v.2.0.0 | Resolution option to download videos; Status feature; Terms and conditions check feature; A neat and organized appearance according to the standard appearance of the operating system. | Latest |
v.1.0.0 | Download the highest resolution video available for a given YouTube URL, Save the download history in a file named history.yt., Display the download history with options to go back to the home screen. | Previous |
This project is licensed under the MIT License - see the LICENSE.md file for details.