Take your application and run it in a window...

Getting started with NiceGUI in Python. Run in a window.

If there is one area where Python has a weak point, it is Graphical User Interfaces (GUI). Your options are to use native widgets (PyQt, PySide, Tkinter), custom rendering (Kivy) and running things in the browser. In this tutorial you see how to start with NiceGUI, that does not only run in the browser but also adds Electron-like features to take your application and run it in a window.

Written by Loek van den Ouweland on 2023-04-26.
Questions regarding this artice? You can send them to the address below.