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
- Host: GitHub
- URL: https://github.com/flavien-hugs/mp3music_player
- Owner: flavien-hugs
- License: mit
- Created: 2022-04-30T22:42:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T07:05:29.000Z (over 3 years ago)
- Last Synced: 2025-02-03T13:44:14.516Z (9 months ago)
- Topics: pygame, pygame-application, tkinter-graphic-interface, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 18.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Simple MP3 Music Player with Python
[](https://www.python.com)

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)