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

https://github.com/flavien-hugs/mp3music_player

Simple MP3 Music Player With Python
https://github.com/flavien-hugs/mp3music_player

pygame pygame-application tkinter-graphic-interface tkinter-gui tkinter-python

Last synced: 7 months ago
JSON representation

Simple MP3 Music Player With Python

Awesome Lists containing this project

README

          

## Simple MP3 Music Player with Python

[![Python Version](https://img.shields.io/badge/Python-3.6-brightgreen.svg)](https://www.python.com)

![mp3_music_player](https://github.com/flavien-hugs/mp3music_player/blob/main/scrennshot.png)

Une Simple application de lecteur d'audio mp3 écrit en Python avec la librairie Tkinter

### Installation & Exécution du projet en local

- git clone https://github.com/flavien-hugs/mp3music_player.git
- cd mp3music_player
- Activer l'environnement virtuel et installer les dépendances avec la commande `make install`
- Enfin lancer le projet avec `make run`

Comment contribuer ?
--------------------

Faites un Fork et travaillez sur votre propre branche, soumettez des améliorations.

La principale branche de travail est [mp3music_player/main](https://github.com/flavien-hugs/mp3music_player/tree/main).

### Credit

Code: [flavien-hugs](https://twitter.com/flavien_hugs)