Skip to content

noahbroyles/Music

Repository files navigation

Gitter chat

Music

Picture of music App

Playing music in Python3

Yo, we all like 🎵! And Python. So I made some Python all about Music. 🎵🎵🎵 😉

To install all the requirements for this project, run:

$ pip3 install -r requirements.txt

VLC Media Player is required to be installed on your computer. You can download it for MacOS, Linux or Windows(I guess) from videolan.
The music module is the main module. To run the music player, type:

$ python3 music

MyFreeMp3

Alternative method of downloading songs via selenium. It's faster than youtube-dl. Read about it here.

User Manual

Right here