Snaps do have a purge argument but I always forget to use it. I wrote a script in Python to help with my laziness and remove old Snap data for me. This will only remove snap data for apps that have been uninstalled. If you want to keep the data…
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…