Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 833 Bytes

README.rst

File metadata and controls

33 lines (23 loc) · 833 Bytes

PyMusicPlayer is a music player I created using tkinter in Python. Download repo:

git clone https://github.com/sketchyboi14/PyMusicPlayer.git

Run as script:

cd PyMusicPlayer
python3 PyMusicPlayer

Linux setu.py (Optional):

git clone https://github.com/sketchyboi14/PyMusicPlayer.git
cd PyMusicPlayer
python setup.py install
cd build
cd exe-win32-3.8 (The "3.8" part of the folder will vary)
./PyMusicPlayer

Windows setup.py (Optional):

 git clone https://github.com/sketchyboi14/PyMusicPlayer.git
 cd PyMusicPlayer
 python setup.py install
 cd build
 cd exe-win32-3.8 (The "3.8" part of the folder will vary)

Double click ``PyMusicPlayer.exe``

Install to Windows via MSI Installer

https://github.com/sketchyboi14/PyMusicPlayer/releases/tag/sketch