Brown focused level generator for Fantastic Contraption.
Somewhat unusually, instead of targeting a normal Python package, Ezalia is compiled into a single self-contained Python file for easy distribution - ezalia.py
.
compile.py
ezalia.py
Usually we can run a Python script from the command line like so:
file.py
If the shebang doesn't work, try this:
python3 -m file
or
python3 file.py