Tag: ubuntu
How to create a PySimpleGUI program
A program written in Python 3 and PySimpleGUI that copies Lollipop playlists to iPhone.
Surface Pro 7+ Touchscreen and Stylus Configuration in Ubuntu 22.04
Instructions on how to setup mult-touch and stylus on Surface Pro 7+ / 8 with Ubuntu 22.04
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 […]