Skip to content

nahkranoth/Imker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

441 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imker

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

  1. Create virtual environment (https://docs.python.org/3/library/venv.html)
  2. Source into virtual environment
  3. Install requirements pip install -r requirements.txt

##Build:

  1. Source into virtual environment
  2. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors