Тёмный

Getting started with NiceGUI in Python. Run in a window 

Python for Everyone
Подписаться 6 тыс.
Просмотров 8 тыс.
50% 1

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 12   
@AmoahDevLabs
@AmoahDevLabs Год назад
It very nice to see new frameworks such as NiceGUI, Flet and Pynecone, emerging for the Python community. Thanks for the gist.
@python-for-everyone
@python-for-everyone Год назад
You are welcome. And thanks for the tip on Flet and Pynecone. I did not see them yet.
@bairshirapov3449
@bairshirapov3449 Год назад
Flet is very interesting thing due to it's PWA. But as I have understood, there are no calendar widgets to get dates yet. And I can't get how to make 3D scenes in it.
@bairshirapov3449
@bairshirapov3449 Год назад
Thank You very much for the very clear pronunciation. I'm not an english speaker, so it's important for me, and it's just nice! Thank You!
@python-for-everyone
@python-for-everyone Год назад
I am also not a native english speaker as you probably hear from my accent so thank you for that complement!
@bennguyen1313
@bennguyen1313 6 месяцев назад
Is there a WYSIWYG editor that you can design the GUI elements? Like Qt Designer , Glade/Cambalache /GTK Builder, wxSmith / wxGlade / wxFormBuilder? Also is it possible for the browser application to access a serial USB device? ImGui seems very powerful, but not beginner friendly.. although there are some GUI editors available for it (tpecholt / imrad , Raais/ImStudio , ImGuiBuilder and JamesBoer / ImFrame). There's also some python libraries (pyimgui and dearpygui) that use imgui. DearPyGui wraps imgui, implot, imnodes, plus more custom objects to make it much easier to use.
@python-for-everyone
@python-for-everyone 5 месяцев назад
The last time I checked there was no editor. Accessing USB devices can be done through Python, since NiceGUI connects to your local Python code
@FredyGonzales
@FredyGonzales Год назад
Waoooow excelente
@python-for-everyone
@python-for-everyone Год назад
Thanks!
@buzzdx
@buzzdx 4 месяца назад
when i run a test app in native mode and close the window, the program does not stop, like in vscode the debugging still runs and it has active processes. can someone help with that?
@python-for-everyone
@python-for-everyone 4 месяца назад
You can do a test and put a print statement on the last line of your script. If you close the window and that print statement is executed, you know that the process is ended properly.