Metadata-Version: 2.1
Name: piano-vis
Version: 0.0.2
Summary: Visualize piano midi files..
Home-page: https://github.com/HuangPatrick16777216/piano_vis
Author: Patrick Huang
Author-email: huangpatrick16777216@gmail.com
License: UNKNOWN
Description: # Piano Visualizer
        ## Version 0.0.2
        
        This version exports a piano video with the keys lighting up as the music plays.
        
        ### How to use:
        1. Install the package:
            * `pip install piano-vis`
            * `pip install --upgrade piano-vis`, use this command if you have a previous version installed.
        2. Import and define a video:
            * `import pianovis`
            * `video = pianovis.Video(resolution, fps, offset)`
        3. Add midi files
            * `video.add_midi(path1)`
            * `video.add_midi(path2)`
            * ...
        4. Export video
            * `video.export("path.mp4")`
            * The exporting process will take a while.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
