PyTDownloader is a YouTube downloader written in Python, which provides a modern-looking and simple interface to download any YouTube video in .mp4 and .mp3 formats.
- Multi-platform.
- Fast and efficient.
- Includes light and dark mode.
- Languages available: English, Spanish, French, Esperanto.
- Downloads in .mp4 and .mp3 formats.
The AppImage versions (for GNU/Linux users) need tkinter
, which can be installed with these commands depending on the distro:
sudo apt install python3-tk #Ubuntu, Debian, elementary OS, Pop!_OS
sudo dnf install python3-tkinter #Fedora, Ultramarine
sudo zypper install python311-tk #openSUSE
sudo pacman -S tk #Arch, Manjaro, Endeavour OS
Let's admit it: DPI scaling is a mess in GNU/Linux.
PyTDownloader has the option to change the scaling factor so it fits and feels correctly. However, if the user has global fractional scaling enabled (like in Pantheon's text scaling or KDE's global scale) the majority of elements might start looking disproportionately or incorrectly.
For this reason, users who face this problem can run PyTDownloader with a special command-line argument scale=
made for this particular purpose:
./PyTDownloader-1.0-x86_64.AppImage scale=2
We recommend setting a scaling value of 2, but any fractional number is valid and should be set depending on the user needs.
Install the dependencies:
#pip3 on GNU/Linux
pip install customtkinter pytube
GNU/Linux users might also need to install tkinter
as explained in the section 'AppImage'.
After doing that, the program already works just by running python pytdownloader.py
(make sure you have the ffmpeg
file provided in this repository or, if you prefer, you can use a different executable as long as you specify its path in the code).
In order to create a package, please follow the instructions from the CustomTkinter documentation.
Thanks so much to all of our contributors.