Metadata-Version: 2.3
Name: pythons_musicals
Version: 1.0.6
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
Requires-Dist: asttokens (>=3.0.0,<4.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: executing (>=2.2.0,<3.0.0)
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: pygments (>=2.19.1,<3.0.0)
Requires-Dist: rich (>=14.0.0,<15.0.0)
Requires-Dist: ruff (>=0.11.13,<0.12.0)
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 *

