mirror of
https://github.com/Bobertkiller/Music-Player.git
synced 2026-01-15 12:32:51 -03:00
7540fe64e041e60e56275c352f3b3a7340207c11
Music Player
About the project
This is a Python GUI music player (not feature-complete)
Future Goals
| Volume | Music |
|---|---|
| Sliding volume control | Add song from file explorer |
| PEP8 | Playback |
|---|---|
| Code fully PEP8 compliant | Play audio from video file |
Installation
If you have Chocolatey installed, run choco install python and skip steps 1.
-
Download the latest version of Python, make sure it is added to the PATH. (This is an option on installation.)
-
Download the source code.
-
Extract all files to an empty folder.
-
Open a terminal within the folder.
-
pip install -r requirements.txt -
main.py