Minimal immediate-mode python user interface library.
You can find MILI at its latest version on PyPI and install it and import it using the following command and code:
pip install mili-ui
import mili
You can check for changes in the library by visiting the changelog.
After installing MILI you may also open the guide using the following command:
py -m mili guide
A demo program exists to showcase what MILI can do. You can run it using one of the following commands:
mili-demo
py -m mili demo