A simple music player created using Python and Tkinter to play music (or any audio) on your computer!
Site: https://acatiadroid.github.io/music-player-site/
This is a music player that lets you download music to your computer. It is made using Python and Tkinter.
Check out the releases to install onto your machine.
You will need the following:
- Git
- Python 3.6 or later
- Enough disk space
- Clone
origin/main
(don't use any other branch) and change into new directory:
git clone https://github.com/acatiadroid/music-player & cd music-player
- Install dependancies:
pip install --upgrade -r requirements.txt
- Run the
run.py
file in the root directory:
python run.py
A help guide can be found in misc/help.md.
Contributions are welcome! Check out the contributing guidelines beforehand.
This project is licensed under GPL-3.0 license, which can be found in the LICENSE file.
The update log can be found in the misc/updates.md directory.