Creating a simple radial percent gauge in Flet

I was cleaning up and found some old gauges I had built years ago. I created the images in Inkscape and likely deleted the Flash and JavaScript code. Anyway, since I am really digging working with Flet I thought it might be cool to re-purpose the images and create a radial gauge in Flet. Setup […]

Tags Example in Flet and Python

Just a quick example of how to create, add and remove hashtags in a Flet app. I needed to create this for an app I am working on and thought I’d share.

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 […]

Interesting Linux Graphics Applications

I love working with graphics on my Linux machine and in looking for new tools I found a couple fairly nice Linux graphics applications that I have not seen before, along with a few I have. I hope they are useful to you as I find them to be nice additions to my graphic tool-sets. […]

Health, Exercise, and Nutrition Apps for Linux

I do a lot of tracking on my health, mostly on my phone, but what about the Linux desktop or mobile flavors? Here is a list of Linux health apps. There certainly is room for more. Inner Breath Meditate through breathing. UBPM  Universal Blood Pressure Manager Jogger Track and view your runs, walks, cycles, swims, […]

Install NovelWriter in an isolated Environment with Pipx

novelWriter is a Python GUI program used for authoring novels and short stories. Pipx will isolate all the various libraries and source code without the need to create a virtual environment or simply installing in the system’s Python environment. For this how-to I will be installing on Fedora 37 but this should be a similar […]

Top Ten Open Source Software To Try In 2023

Bloggers like to write about the same open source software year in and year out. Most people already know about Blender, Gimp, and LibreOffice. I would like to introduce ten open source products I think deserve a mention. I actually use or test these on all my Linux machines. Most of the software listed here […]

Create an Apache, PHP, PostgreSQL DEV Container with Podman

podman apache php postgresql banner

I wanted to learn and create a web development container to play around in that will save me from installing all these tools locally on my day to day laptop. I have been messing around with Podman and I really like it. If you want to set this up as simple as possible this will […]