High-Level Abstraction Web-GUI Using Just Python
NiceGUI We like Streamlit but find it does too much magic when it comes to state handling. In search for an alernative nice library to write simple graphical user interfaces in Python we discovered justpy. While too “low-level HTML” for our daily usage it provides a great basis for “NiceGUI”. Purpose NiceGUI is intended to be used for small scripts and single-page user interfaces with a very limited user base.Like smart home solutions, micro web apps or robotics projects.It’s also […]
Read more