mirror of
https://github.com/Bobertkiller/Music-Player.git
synced 2026-01-15 12:32:51 -03:00
58b9e0292591eab2e3f383af1d1e3c52e5c44d71
Music Player
About the project
This is a Python GUI music player (not feature-complete)
Future Goals
| Volume | Music |
|---|---|
| ☑ Sliding volume control | Download music with yt-dlp |
| PEP8 | GUI |
|---|---|
| Code fully PEP8 compliant | Make a decent GUI, just so it looks good |
| Playback |
|---|
| Play audio from video file, and larger format compatibility like .wav or .webm |
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