Tag: flet gui
A Fun Little Markdown Editor Using Flet And Python
I got bored and made a little markdown editor in Flet. Enjoy This one employs a Yes/No dialog to keep it from overwriting the user’s files.
Flet Color Picker Dialog Class
I am working on a project and decided on Flet for the interface. Flet does not include a color picker dialog. Here is what I came up with, a simple Python class. I hope it’s can be useful for others. What the hell is Flet? “Flet enables developers to easily build realtime web, mobile and […]