Python - NiceGUI Introduction

preview_player
Показать описание
NiceGUI manages web development details, letting you focus on Python code for diverse applications, including robotics, IoT solutions, smart home automation, and machine learning. Designed to work smoothly with connected peripherals like webcams and GPIO pins in IoT setups, NiceGUI streamlines the management of all your code in one place.

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

Many times the code I am trying to follow is hidden behind your screen image. Makes it hard to follow or understand.

gerryhoekema
Автор

Hi and thank for your videos. Is there a way to configure a radion button and to make some of them greyed-out or disabled?
db_radio = ui.radio(['1', '2', '3']).props('Inline')
In the example above, lets say that i want option 2 and 3 to be greyed-out or disbale. I know i can add in props the 'disable' code but it disables all the radio buttons.
Thanks in advance

ddady
Автор

what is your font in windows terminal?

quchunguang
Автор

wtf bro, you didn't even know the code of the examples

AndresPunk