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…

read more

A Simple Python Flask Web App

There are times when you need a very simply tool to do something rather trivial that needs to be accessible to various users. If it’s simple enough it seems rather silly to stand a server and install Apache to make some simple configuration changes. This is where Flask can shine….

read more

pyGUI & wake a sleeping Mac example.

A more modern way running on Python 3.x. The original post is old! Note: Create a virtual environment so all your libraries stay separated from the Python included in OS X. There are a couple ways to do this. One way is to install Brew, then install Python and required…

read more