Skip to content

codebyNJ/YouTube-Downloader

Repository files navigation

YouTube-Downloader

👾This application is built to download audio and video from YouTube and store it in your desired directories.

Features:

  1. No ads and blotwares.
  2. Faster downloading speed and minimal UI/UX.
  3. You can download your desired YouTube videos directly to your desired folder instead of copying them from your Downloads and then pasting them to your desired folder.
  4. Saves time.

Installation

  1. Git clone the project to your system.

  2. Install customtkinter, tkinter and pytube. You can just run the following commands given below.

    pip install customtkinter
    
    pip install tkinter
    
    pip install pytube
    

    Note: Some system tkinter might exist so you can skip the second command

  3. Install the provided fonts in the folder.

  4. Run the main.py file. Once the application is open you can see a view like the image given below.

    image

  5. Paste the YouTube video link in the link box and select the folder using the Browse Folder button.

  6. Choose the desired button either Mp3 Converter or Mp4 Converter.

    Note: The video which is going to be downloaded will be in 720px and the audio in 256 bit rate. The home screen window is not resizable.

Technologies:

Static Badge Static Badge
Static Badge Static Badge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages