mirror of
https://github.com/Bobertkiller/Music-Player.git
synced 2026-01-16 21:02:53 -03:00
2.4 KiB
Executable File
2.4 KiB
Executable File
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