Skip to content

nathanhlouie/youtomp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

youtomp3 – download videos from youtube.com as mp3s

INSTALLATION

To build the executable, you must have Python3 and PyInstaller installed, then cd into youtomp3/src/ and run the command:

pyinstaller -F --clean --add-binary ffmpeg:. youtomp3.py

The binary executable will be found in the dist folder.

DESCRIPTION

youtomp3 is a simple Python GUI application to download videos from Youtube.com as mp3 files to your local files. Currently, it only works on macOS.

USE

Running the executable will open the application window.

image

Browse your local files to attach a .txt file with each youtube link separated by a new line:

image

Click the download button, wait for the terminal process to complete, and the files will be downloaded in the user's /Downloads folder.

COPYRIGHT

youtomp3 is intended to be used responsibly, please follow fair use and copyright laws.

About

Simple GUI to download videos from Youtube.com as MP3s

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages