Mercury is a fantasy console loosely inspired by CHIP-8 and it's derivatives.
You can install straight from GitHub.
pip install git+https://github.com/las-r/mercury.git# Run emulator
mercury <program.bin>
# Assemble source
mercury --asm <source.asm> <program.bin>
# Convert image to MercuryASM
mercury --conv <image.png> <output.asm>Check SPEC.txt at root.