#EEL - material_calculator
An example implementation of a Web UI using a python backend. The python code made easy using the node editor IDE StremeCoder
This calculator requires python3 and the eel package that runs the bottle server
Eel makes a fast UI possible by hosting a web UI using a fast bottle server and exposing python code to your web ui and javascript to your python backend.
pip install eel
or
pip3 install eel
In a terminal run simpleCalculator.py
