How to make HTML GUIs in Python with NiceGUI

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • 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.
    -----------------------------­---
    SUBSCRIBE: www.youtube.com...
    FACEBOOK: / infoworld
    TWITTER: / infoworld
    WEBSITE: www.infoworld.com/

КОМЕНТАРІ • 3

  • @bennguyen1313
    @bennguyen1313 3 місяці тому +1

    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?

  • @buzzdx
    @buzzdx 12 днів тому

    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

  • @viddeshk8020
    @viddeshk8020 3 місяці тому

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