A minimal application to download music as .mp3 files from YouTube. It automatically downloads the best quality audio with the highest bit rates.
The application uses PyTube to download the audio files and uses PySide6 to create the simple GUI.
Either download the .exe file from the release or python main.py to run
from the source.
- Simple to use.
- Edit the song title and author name within the application, so the downloaded files will have a uniform name.
- Language support 简体中文 and English.
- Light/Dark modes.
Currently I just want to use this application download a single track only, the application DOES NOT support:
- Download video files.
- Download playlists.
将YouTube上的音乐以MP3格式下载到本地。默认下载最高品质音乐。
通过PyTube后台处理文件下载,前端的图形界面通过 PySide6实现.
从Release中下载exe文件开箱即用, 或者将仓库代码下载到本地后运行python main.py。
- 界面简单易操作。
- 通过编辑歌名和作者名,保证文件下载到本地后格式统一。
- 支持 简体中文 和 English。
- 浅色和深色主题切换。
- 下载视频文件。
- 下载播放列表。