Get Amazon Affiliate Links With Image From Python Using Amazon’s API.

This script will show you how to build an Amazon affiliate link with image from the new API that generates HTML that can be inserted into a blog. I made this as an example for my wife. She ended up using a plugin in WordPress. It uses python-amazon-paapi to do all the heavy lifting. You […]

My favorite open source apps of 2023 that you may not have seen.

Here are a few tools I have been using this year. I absolutely love these open source apps and I think you might too. Amberol Amberol is a music player with no delusions of grandeur. If you just want to play music available on your local system then Amberol is the music player you are […]

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

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