Skip to content

A simple python music player for Raspberry Pi 4 using Pygame, Flask and RPi.GPIO

License

Notifications You must be signed in to change notification settings

feedop/rpi4-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi4-music-player

A simple python music player for Raspberry Pi 4 using Pygame, Flask and RPi.GPIO.

Place your music (.mp3 or .wav) in ./music.

Visit localhost:5000 for a volume control slider. GPIO leds e turned on/off according to the current volume level.

Use the console to gain access to the following commands:

  • 'p' - pause
  • 'a' - play previous song-
  • 'd' - play next song
  • 'r' - rewind
  • 'e' - exit (Ctrl+C also works)

Alternatively, you can use GPIO buttons SW4 to SW1 to access the first four commands respectively.

About

A simple python music player for Raspberry Pi 4 using Pygame, Flask and RPi.GPIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published