This file contains hidden or 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
#!/usr/local/bin/python3 | |
import re | |
import random | |
import string | |
import sys | |
import os | |
import mac_tag | |
from PIL import Image |
This file contains hidden or 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
/* | |
MMD to MIDI (SMF) converter | |
(c) 2015 by Devin Acker <[email protected]> | |
No sysex, no tempo slides, but it loops Touhou music! | |
Licensed under WTFPL: | |
http://www.wtfpl.net/txt/copying/ | |
*/ |