This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |