Metadata-Version: 2.3
Name: pythons_musicals
Version: 1.0.3
Summary: Python library for color beautiful output and logging
Author: JUMP10
Requires-Python: >=3.2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://www.pypi.org
Description-Content-Type: text/markdown

This Python's biblioteque can "play" the notes and she can download YOUR music.

She's got two modules: note and load_music

Note module's call is:

    import pythons_musicals

    <yourNoteVariable> = pythons_musicals.note.load(<note>)

    if __name__ == "__main__":
        <yourNoteVariable>.play()

and load_music module's call is:

    import pythons_musicals

    <SoundVariable> = pythons_muscals.load_music.load(<yourDirectory>)

    if __name__ == "__main__":
        <SoundVariable>.start()

ATTENTION!

note module's got method play(), and load_music module's got method start()

And don't forget write 
    from pythons_musicals.sounds import *

