How to make HTML GUIs in Python with NiceGUI

preview_player
Показать описание
Python programs can use a web frontend with HTML to create GUIs conveniently. In many cases you don't even have to know HTML, CSS, or JS: you can use a Python framework that generates your interactive frontend programmatically. With NiceGUI, HTML apps with complex web controls aren't hard to implement in a few lines of Python. This video walks through the basics of how NiceGUI apps work, and compares and contrasts with similar frameworks like Streamlit.

------------------------------­----
Рекомендации по теме
Комментарии
Автор

learned about nicegui a few months ago and tried it out, actually amazing piece of software, hope it grows and gets the spotlight it deserves

buzzdx
Автор

So is NiceGui an alternative to Flask?

What kind of back-end (server) support is needed?

I'd like to make a browser-based application that can access hardware peripherals, do you think that's doable or should I try something else? Flutter + WebUSB?

bennguyen
Автор

Vodka 😉😏

Can we host the webapp of nice gui like we used to do in streamlit?

viddeshk