Skip to content

GUI for PostgreSQL Database with NiceGUI? #392

Closed Answered by rodja
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Now I want to switch to a WEB GUI. Can I do this with NiceGUI?

Yes. NiceGUI is a full featured web-UI framework.

You can structure your UI elements by using ui.column(), ui.row() or ui.card(). These can also be put into methods or functions for better modularity. See https://github.com/zauberzeug/nicegui/tree/main/examples/modularization for an example. Forms can be implemented with ui.input() and ui.number elements as well as toggles, combo-boxes and the like (see https://nicegui.io/reference). Use ui.button to trigger actions like saving the values from the elements to database.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by falkoschindler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant