This Python program provides a simple graphical user interface to download YouTube videos using the PyTube library. It allows users to enter a YouTube video link and download it to their local system. The program displays the progress of the download process in real-time, with a progress bar and a percentage label.
- Python 3.x
- tkinter
- customtkinter
- pytube
- Clone or download the repository.
- Install the required packages using pip.
- Run the program with Python.
python ./main.py
- Launch the program using the command above.
- Enter the YouTube video link in the input box provided.
- Click on the Download button to initiate the download process.
- The progress of the download will be displayed in real-time on the progress bar and percentage label.
- Once the download is complete, a message will be displayed indicating the successful completion of the download process.