Minimalist music player for audio files with a pleasant UI.
pip install tmplayer
- Clone the repository
git clone https://github.com/H4wk507/tmplayer.git
- Go into the directory and install
cd tmplayer && pip install .
Pass in directories/audio files as commandline arguments.
Example:
tmplayer ~/Music/Rap/ sample.mp3 ...
- arrow keys: Navigate
- k and j: Move up and down
- enter: Play selected song
- space: Play/Pause
- n: Play the next song
- p: Play the previous song
- 1: Set default mode
- 2: Set loop mode
- 3: Set repeat mode
- r: Set random mode
- u: Increase volume by 5%
- d: Decrease volume by 5%
- q: Quit
Licensed under the MIT License.