Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arun2002k/eminem_jukebox
- Owner: arun2002k
- Created: 2023-09-27T15:31:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T04:17:44.000Z (about 1 year ago)
- Last Synced: 2023-11-06T05:26:43.631Z (about 1 year ago)
- Topics: music-player, pygame, python3, tkinter-python
- Language: Python
- Homepage:
- Size: 91.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 TestsTo run tests, run the following command
```bash
python M&M_player.py
```