Imker is an esoteric programming language based on hexagons and hexadecimals. It's build for quickly creating generative MIDI sequences and control messages. This information is more meant for people wanting to build their own adaptation for Imker. For more information on how to use Imker go here: http://joeyvanderkaaij.com/sharing/Imker/
##Build Setup
- Create virtual environment (https://docs.python.org/3/library/venv.html)
- Source into virtual environment
- Install requirements
pip install -r requirements.txt
##Build:
- Source into virtual environment
pyinstaller --onefile --windowed --paths venv/Lib/site-packages Imker.py
##Deploy Setup
Create folder in root with name secret.
Add file settings.py in the folder /deploy_tools with the following settings:
username="USERNAME"
password="PASSWORD"
hostname="HOSTNAME"
deploy_path="DEPLOY_PATH"
##Deploy To Deploy to server for distribution run tools/deploy.py