├── .gitignore ├── Editing.ahk ├── LICENSE ├── README.md ├── Spellbook.ahk └── dictionary.txt /.gitignore: -------------------------------------------------------------------------------- 1 | languagetomusic.py 2 | output.mid 3 | -------------------------------------------------------------------------------- /Editing.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skimrey/Spellbook/HEAD/Editing.ahk -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skimrey/Spellbook/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skimrey/Spellbook/HEAD/README.md -------------------------------------------------------------------------------- /Spellbook.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skimrey/Spellbook/HEAD/Spellbook.ahk -------------------------------------------------------------------------------- /dictionary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skimrey/Spellbook/HEAD/dictionary.txt --------------------------------------------------------------------------------