Create web apps in Python with NiceGUI
https://www.makerspace-online.com/nicegui-web-apps/?utm_source=mms
#Python #NiceGUI #RaspberryPi #charting #widgets #projets #rover #WeatherStation #scripts #OpenHardware
Create web apps in Python with NiceGUI
https://www.makerspace-online.com/nicegui-web-apps/?utm_source=mms
#Python #NiceGUI #RaspberryPi #charting #widgets #projets #rover #WeatherStation #scripts #OpenHardware
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
https://www.linux-magazine.com/Issues/2025/296?utm_source=mlm
#PenTesting #security #Linux #EUOS #Lomiri #Nushell #Ptcpdump #Python #deborphan #KiCad #NiceGUI #FreshRSS
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)
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.
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.
Falko Schindler: NiceGUI: Inventing Python’s Nicest UI Framework @ PyCon Ireland 2023
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.
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.
@scastano I recently had a lot of good results using https://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!
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.
- 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.
New website almost done \o/
@mkennedy greatly enjoyed https://talkpython.fm/episodes/show/449/building-uis-in-python-with-fastui. 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!
https://nicegui.io/
https://github.com/python-eel/Eel/
(#FastUI https://github.com/pydantic/FastUI )
@fiee
Have a look at #Tkinter if you prefer a simple window or #nicegui if you want a small GUI for web programming.
- https://docs.python.org/3/library/tkinter.html
- https://nicegui.io/
Didn't expect the timeout issue's gone in the latest #nicegui version (1.4.1)