👾This application is built to download audio and video from YouTube and store it in your desired directories.
- No ads and blotwares.
- Faster downloading speed and minimal UI/UX.
- 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.
- Saves time.
-
Git clone the project to your system.
-
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
-
Install the provided fonts in the folder.
-
Run the main.py file. Once the application is open you can see a view like the image given below.
-
Paste the YouTube video link in the link box and select the folder using the Browse Folder button.
-
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.