Category: Gtk
Simple iPhone connection monitor for Linux with GLib/Gio.
A very simple Gio iPhone connection monitor in Python 3. I wrote a crappier version of this awhile ago and revamped it. Hope it’s helpful to someone.
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.
Python 3 ThreadPoolExecutor in Gtk 3
So I wanted to collect all the theme icons on my Linux machine so I wrote a little app. It is really fast using the ThreadPoolExecutor from futures. I’ve used this at work but never in a Gtk app. Here’s the result from the straight Python 3 code without a GUI. That’s a lot of […]