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):

  1. yt-dlp: A command-line program to download videos from YouTube and other video platforms.
  2. google-api-python-client: To access YouTube's API for fetching channel information.
  3. tkinter: This comes pre-installed with Python, so you don't need to install it separately unless you have a specific platform issue.
  4. ttk: This is a part of tkinter and doesn't require a separate installation.

Required Packages and Installation Commands:

  1. yt-dlp:
    pip install yt-dlp 

  2. google-api-python-client:
    pip install google-api-python-client 
    
  3. 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 and ttk: For the GUI.



Download

Download
youtubedownloader.zip 25 MB

Leave a comment

Log in with itch.io to leave a comment.