Skip to content

EvynC/Music-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Music Player

Insert Song Downloads to the Music PLaylist Folder.

  1. Make sure you have pygame installed (pip install pygame) and PyQt5 installed (pip install PyQt5)
  2. Add Music Files (.mp3 and .mp4 and .wav files) into the Music Playlist folder.
  3. Run and Enjoy.
List Of Functions: 
Shuffle - Chooses a random next song that isn't in order.
Previous - Returns to the previous song played. 
Pause/Play - Depending on the status of the song playing or not is a pause/start. 
Next - Proceeds to the next song. 
Restart - Restarts the song
REQUIREMENTS 
- Songs must be in the folder
- Install theses modules using pip install 
pygame
pyQt5
mutagen

About

Python, uses pygame.mixer to output sounds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages