Skip to content

Instantly share code, notes, and snippets.

View LiteApplication's full-sized avatar
🎓
Engineering School, here I am

Alexis Rossfelder LiteApplication

🎓
Engineering School, here I am
View GitHub Profile
@LiteApplication
LiteApplication / visualizer.py
Created March 4, 2023 21:39
A midi visualizer quickly written in python.
# This program uses the tkinter module to create a video from a midi file
# The video will be a visual representation of the midi file
# This requires the following modules:
# - pretty_midi
# - tkinter
# - PIL
# This also requires ffmpeg to be installed and added to the PATH