Skip to content

Instantly share code, notes, and snippets.

View LiteApplication's full-sized avatar
🎯
Focusing on school

Alexis Rossfelder LiteApplication

🎯
Focusing on school
  • High School
  • Paris, France
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