mirror of
https://github.com/Bobertkiller/Music-Player.git
synced 2026-01-15 12:32:51 -03:00
2eb91a55baccff27da311697a3572c22154f45ea
Added volume control via slider, and added a fadeout effect when you stop playing the current song
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 | 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