Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arun2002k/eminem_jukebox

This is a cool music player made using python. It's a song player which consists of Eminem most famous albums.
https://github.com/arun2002k/eminem_jukebox

music-player pygame python3 tkinter-python

Last synced: about 2 months ago
JSON representation

This is a cool music player made using python. It's a song player which consists of Eminem most famous albums.

Awesome Lists containing this project

README

        

# Eminem_jukebox
It is a music player made using pygame module and tkinter module in python3, It ask the user to select directory to song files.In this case I have created a directory of Eminem's songs, after selecting directory we can select any songs and play it, pause it and resume it with the controls. Try this and enjoy listening to the songs from the famous ❤️‍🔥" Rap God "🔥.

## Installation

Install Packages and Modules using the following commands in terminal

```bash
pip install os
pip install pygame
pip install tkinter
```

## Running Tests

To run tests, run the following command

```bash
python M&M_player.py
```