MrPlayer is an MP3 player made on 100% Python, it is for Windows .

An appealing MP3 player

Features of MrPlayer

MrPlayer has all features -

  1. Play
  2. Pause
  3. Next
  4. Previous
  5. Help Button
  6. Total duration and current duration
  7. Duration slider
  8. Volume slider

A special feature

MrPlayer is with Lyrics which is extracted from Genius.com using lyricsgenius python library.

GIF

Lyrics fetching time may vary according to your internet speed.


MrPlayer-CLI

A CLI which is build on prompt-toolkit python library.

CLI

Check it out here

Download & Installation

  1. Click on the Download button or click on the link - releases, you will be redirected to the release page.
  2. Click on the latest release
  3. Download the installer and run it , MrPLayer will be installed

How to use MrPlayer

When you will first time start MrPlayer it will show nothing in the song box , to add songs close MrPlayer and go to your Music folder and there will be a folder already created of name MrPlayer-songs , add songs to the MrPlayer folder and rerun the app . Enjoy using MrPlayer.


How to use Lyrics feature of MrPlayer and MrPlayer-CLI

You need to create a account in Genius.com then go to Genius Dev then click ‘Create an API client’ ,then enter the client name you want to create , you will need to enter a website name in order to create an api client. Then click save. Then click ‘generate access token’, it will create an access token , then copy the access token. For both MrPlayer and MrPlayer-CLI you need to paste that access token to ‘C:\Users\Your User Name\.MrPlayer\api_key.txt’.

Back to top