#NiceGUI

2025-06-06

Linux Magazine 296: Pen Testing is available now! Learn to think like an attacker and find resources to get started with penetration testing. This month's DVD includes @fedora Workstation 42 Live and @ubuntubudgie 25.04
linux-magazine.com/Issues/2025
#PenTesting #security #Linux #EUOS #Lomiri #Nushell #Ptcpdump #Python #deborphan #KiCad #NiceGUI #FreshRSS

LINUX MAGAZINE ISSUE 296 - JULY 2025: Pen Testing | Lomiri: Rising from the ashes of Ubuntu's Unity desktop | DVD INSIDE: fedora 42 and Ubuntu Budgie 25.04
Thomas 🇪🇺raise_project@social.raise-uav.com
2025-04-28

Weblifter

I worked on a custom CMS for internal usage called Weblifter. The idea sparked from the frequent requests I receive over the year. I tried different solutions from pure flask with html css, up to website builders that some wanted me to use.

Weblifter is a super simple webinterface that focuses directly on the content with zero distractions for the customer. While the content is created I can focus on the design of the website or other things like logos, color palettes, themes etc if necessary. The use rthan can update or add sections on its own without the need of my help.

I used niceGUI for this. It enables working on a website without switching between different layers of python, html and css, js and focus more on the design and functionality.

The good thing is that I can implement pretty much everything I can think off on top of the base CMS without relying on external plugins etc like it would be in wordpress f.e.

So while I spent a month on this and touched some of my precious reserves I think this should greatly ease up future requests.

(User side internal design is still work in progress)

#nicegui #cms #websitedevelopment #websitebuilder

2025-04-24

Everyone who works in, or for, "small #IT", writing small, in-house (non-public-facing) applications for the business, should take a serious look at the #Python #NiceGUI (pronounced "nice guy").

NiceGUI was developed by a small German robotics company for their control software. The purity of the thought, the cleanliness of the design, and everything about this project sings.

youtu.be/D5DnLgeObq4?si=rHfazs

nicegui.io/documentation

2025-03-15
I recently discovered #NiceGUI when I was looking for a tool to provide a reasonable interface to #X1Plus Expander's manufacturing tests. I am pretty impressed so far. Basically, the idea is that you can use it to teleport a GUI into a browser, synthesized inside of Python -- and, of course, modify it as the Python program runs. The thing that this really seems like a win for is quick hacks that have a simple amount of state that is easily represented; the reactive model of web programming is nice for larger things but is incredibly heavy weight. The result is that, in about a night and a half of hacking, I glued together a chunk of straight-line Python into a nice web test runner UI. For better or for worse, NiceGUI feels like the ease (and attendant footguns) of building a UI in Visual Basic 6.

This feels like a super powerful tool to have in my back pocket as someone who periodically has to slap together UIs to just poke and prod at state. The nice thing is that I had to invoke npm a total of zero times, and write zero lines of JavaScript or HTML. If you find yourself with similar constraints, you might consider keeping it in your back pocket, too.

Screenshots attached; UI code here: https://github.com/jwise/x1-expander/blob/main/utils/boardtest_fe.py -- now all I have to do is persist state to disk, and wire it to the actual test jig (in boardtest.py).
board test UI with a large "Waiting" at the top and some buttonsboard test UI with a large red "FAIL" at the top, and some buttons, and some log entries, and a complaint about the next serial numberboard test UI with a large green "PASS" at the top, and some buttons, and some log entries
2024-10-20

@frankel Thanks; never heard of Vaadin. I finished a toy project with #nicegui and was very pleased, would probably try that next time, too. But if it does not play out Vaadin sounds nice.

2024-10-10

Almost done with a small #app built in only #python using #nicegui. The documentation and references left a lot to be desired but once past the first learning hurdle, it’s actually really nice.

It’s also been an intro to #tailwind and I get why people like it so much. Definitely will be using it more in the future.

Python Ireland - old accountpythonie
2024-06-14

Falko Schindler: NiceGUI: Inventing Python’s Nicest UI Framework @ PyCon Ireland 2023

youtu.be/D5DnLgeObq4

NiceGUI is an intuitive, open-source UI framework that elegantly renders within your web browser. Tailored for everything from micro web apps and dashboards to robotics projects, smart home solutions, and even full-fledged web applications, it's a perfect fit for a broad range of development needs.

Doug Barry :donor:dougbarry@infosec.exchange
2024-04-23

Don’t suppose anyone’s done a #python #NiceGUI authentication thingy for #LDAP (Microsoft AD flavour) have they? Just want to make sure a user is in an AD group, and know their username (samaccount I thinks it’s called in the MS world?) so I can personalise and audit a few simple bits with an easy WebUI. I’m not smart enough to adapt FastAPI stuff over to it. New fangled Async malarkey, in my day you did one thing at a time! Boosts appreciated.

Paarth :verified:paarth@pirate.lgbt
2024-03-18

@scastano I recently had a lot of good results using nicegui.io, having had 0 experience with it (or really, any webdev at all).

Technically, #nicegui itself actually is implemented using #FastAPI which itself is built on #flask (which itself is a micro-framework) so as far as learning curves go, you shouldn't have a huge one.

Check out some of the examples and see if you like it!

Harshad Sharmaharshad@sharma.io
2024-03-16

Chipping away at #Yakrazor - have big plans, but small spoons.

I'm liking the new mock UI, now to implement the code to make it tick. Once this code is at par with the basic prototype, I'll open up the repo to public.

#Python #NiceGUI

Screenshot of current user interface of Yakrazor task manager. It is bare-bones in functionality, yet a bit cluttered visually.Screenshot of mock user interface for Yakazor. It has additional option to select a project (currently selected is Home). And less visual clutter in the tasks list.
Harshad Sharmaharshad@sharma.io
2024-03-15

It's nice to have devices on my home network available even when I'm traveling (to town), thanks to Tailscale.

Accessing Yakrazor running on my laptop to also keep a list of things to get done while in town. Even though every UI interaction has a round trip via flaky 4g on either side, it's usable.

#Python #NiceGUI #Tailscale

Harshad Sharmaharshad@sharma.io
2024-03-10

- Bunch of things to do before guests arrive
- A week to get things done

Naturally, I had to build a task manager that works with my brain to accomplish the above. It only took a day to build a prototype, and two more to make it usable while going off on side quests required to complete remaining tasks.

I call it Yakrazor.

The most important feature: treat task list as a stack, because every tangent off of a task needs to be done before returning to previous task.

#Python #NiceGUI

Screenshot of a simple task manager web app running in browser.
Thomas 🇪🇺raise_project@social.raise-uav.com
2024-03-08

New website almost done \o/

#nicegui #tailwind_css

@mkennedy greatly enjoyed talkpython.fm/episodes/show/44. The timing is fortuitous for my current quest. I don't see anything about #NiceGUI or #python-eel in the show archives. It would be great to have episodes or sections with these projects also, or perhaps even a round table with all three!
nicegui.io/
github.com/python-eel/Eel/
(#FastUI github.com/pydantic/FastUI )

2024-02-01

@fiee
Have a look at #Tkinter if you prefer a simple window or #nicegui if you want a small GUI for web programming.
- docs.python.org/3/library/tkin
- nicegui.io/

warrentyclueplee
2023-11-02

Didn't expect the timeout issue's gone in the latest version (1.4.1)

Dániel Ernő Szabór3ap3rpy
2023-06-27

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst