Build your own mp3 player

A simple mp3 player which removes the hassle of selecting songs and starting an application. Just run and listen. Songs are shuffles with functionality of skipping to the next randomly selected song, and pausing the song.

Instructions to execute the script

  • Ensure python installation in the system
  • Optionally add or replace songs in the songs folder
  • Install required python packages by executing the following command pip install -r requirements.txt
  • Execute the script by running the following command python main.py

Built With

Share this project:

Updates