Category: Python 3
AutoStart Maestral Dropbox Client In Python Virtual Environment
I got an update that hosed Dropbox today. I had installed the client directly from the Dropbox site. I tried their headless install for the hell of it and that did not work either. I did not try the AUR version as I assume I would get the same result. After a little poking around […]
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 […]
Calendar Class In Flet And Python
A simple Calendar class for flet. I needed a calendar so I made one. I hope someone finds it useful.
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.
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.
How to create a PySimpleGUI program
A program written in Python 3 and PySimpleGUI that copies Lollipop playlists to iPhone.
Copy playlists from Lollipop music player on Linux to iPhone
Copy music on Linux to iPhone the easy way with this simple script and Lollipop music player.
Vector Keyboard Language Reference
Reference keyboard for Russian, French, Spanish, and German with English as the base language for language learners.
Python and Gtk code to reduce file size and resize images for web usage.
Python 3 GTK app that compresses and resizes images. Full source for learning simple Gtk Python App dev..
Simple Python 3 threaded timer in Gtk3.
A quick and dirty timer example. If you need to execute after a period of time use Thread.Timer(). This example uses simple thread and event to start and stop a clock in a Gtk 3 window counting up time in a label.