Metadata-Version: 2.1
Name: Musica-A
Version: 1.0.0
Summary: play music with gui
Home-page: https://github.com/Antoino0704
Author: Antonino Buscarino
Author-email: fifaanto17@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Antoino0704/Musica
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

play music in python gui
takes a cue from pygame for a simpler version

#for start need GUI (recommend tkinter)
music = Musica('song.mp3')

music.setVolume(0.3) #set volume

music.start_song(loop=2) #repet 2 times

#music.start_song(loop='CONTINUO') for infinity loop


music.stop_song #stop music  

