A Python script, with a GUI, for downloading youtube videos and converting them to .mp3 files. Individual videos as well as playlists can be downloaded and converted. This application is for demonstration purposes only.
Download or clone the GitHub Project
Install the project requirements with this pip command:
pip install -r requirments txt
Run the file sorter with the following command:
python youtube_downloader_gui.py
- Paste in the link to the youtube video you want to download.
- Paste in the path to the download folder.
- Click Download.
Alternativley, download and convert every video in a playlist to MP3 by making the playlist public and pasting in the link to the playlist.
- Python
- Custom Tkinter
- PyTube
Completed
You can find the License for this project here
This project is licensed under the terms of the MIT license.