A Music Player for the Great.
- A Demo
-
Advantages
- Runs in terminal
- Takes less memory
- Is less bloated
- Cross-Platform
-
Disadvantages
- Does not have many features
- Unstable
-
Cloning the repository
git clone https://github.com/Sherry65-code/HeckPlayer
-
How to run it
python3 main.py <location to the directory where your music folder is there>
For Example -
python3 main.py ~/Music
-
How to install dependencies -
pip install -r requirements.txt make
-
Configuring -
Configure the player according to your own will by editing
config.py
-
Key Codes
- To toggle pause/play
press
F7
- To go to Next Song
press
F8
- To go to previous Song
press
F6
- To toggle loop mode on and off
press
F5
- To toggle pause/play
press
Warning
Key Codes may not work in wayland.