This is a simple RPG music player made with Python and pygame. The idea is to separate music into mood folders that can be played easily
The musics folder should be put in
./musicsbesides the main.py file, each folder is a playlist.
- Play random music from a folder (playlist)
- Play next music from playlist when current music finishes
- Display cover art if available
- Skip music
- Skip music time (15s, -15s)
- Clone the repository
- Create a virtual environment with
python -m venv venv - Activate the virtual environment with
source venv/bin/activate - Install the required packages with
pip install -r requirements.txt - Run the main script with
python main.py
- Create a
./musicsfolder - Create any folder there, to use as a mood playlist
- Put the musics in the folders
- Run the Program
| Key | Action |
|---|---|
| Space | Play/Pause |
| n | Skip music |
| h | Skip -15s |
| l | Skip 15s |
| 0...9 | Select Playlist |