Skip to main content

Visualize piano midi files..

Project 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

piano-vis-0.0.3.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

piano_vis-0.0.3-py3-none-any.whl (16.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page