Evue is a high-performance gui framework base an html/css which can run on windows/linux/macos/web/ios/andriod/rtos! Write once, run everywhere!
https://github.com/scriptiot/evue
Use the package manager pip to install evue.
pip install evue
or
git clone https://github.com/scriptiot/evue.git
cd evue
python setup.py install # also `pip install ."
cd examples
python evuebroswer.py ./evue_website/project.json
or
python evuebroswer.py ./evue_website/app.py
cd examples
python evuebroswer.py ./evue_login/project.json
or
python evuebroswer.py ./evue_login/app.py