Skip to content

This is a simple Python script for downloading YouTube videos using pytube library. The script provides two options on the home screen: 1. Download Video 2. See Download History

Notifications You must be signed in to change notification settings

shabir-mp/YouTube-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

YouTube-Video-Downloader v2.0.0

This is a simple Python script for downloading YouTube videos using pytube and tkinter library. Equipped with neat and organized ui and ux

Features

  1. Resolution option to download videos. Available from 2160p to 144p resolution.
  2. Has a feature to check video information, such as title, author, view, rating, publish date, video length, and thumb URL.
  3. has a status feature, so you can see errror problems, as well as results in running the application.
  4. Terms and conditions feature, ensuring users to use the application in accordance with the terms and conditions (license, etc.).
  5. A neat and organized appearance according to the standard appearance of the operating system.

Prerequisites

  1. Install pytube library using pip install pytube.
  2. Python 3.x
  3. Install tkinter using pip install tkinter

Aplication Screenshoot

image image

Important

To See another application feature, please download this repository.

Release History

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


Github Footer