Python Youtube video downloader version 2
A downloadable tool
To run this just double click mainmenu.py in the files
REQUIREMENTS TO RUN THIS
1. Python / 3.11 or up
2. The following packages (use pip to install):
yt-dlp
: A command-line program to download videos from YouTube and other video platforms.google-api-python-client
: To access YouTube's API for fetching channel information.tkinter
: This comes pre-installed with Python, so you don't need to install it separately unless you have a specific platform issue.ttk
: This is a part oftkinter
and doesn't require a separate installation.
Required Packages and Installation Commands:
yt-dlp
:pip install yt-dlp
google-api-python-client
:pip install google-api-python-client
tkinter
:- For Windows, it’s already included with Python.
- For Linux, you might need to install it:
sudo apt-get install python3-tk Summary of Packages:
yt-dlp
: To handle video/audio downloading from YouTube and other platforms.google-api-python-client
: To fetch YouTube channel data (e.g., handle, subscribers).tkinter
andttk
: For the GUI.
Status | Released |
Category | Tool |
Author | ivanisgood52 |
Download
Download
youtubedownloader.zip 25 MB
Leave a comment
Log in with itch.io to leave a comment.