Category: Python 3
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.
Get Amazon Affiliate Links With Image From Python Using Amazon’s API.
This script will show you how to build an Amazon affiliate link with image from the new API that generates HTML that can be inserted into a blog. I made this as an example for my wife. She ended up using a plugin in WordPress. It uses python-amazon-paapi to do all the heavy lifting. You […]
Remove old snap data for uninstalled snap apps with Python
Snaps do have a purge argument but I always forget to use it. I wrote a script in Python to help with my laziness. This will only remove snap data for apps that have been uninstalled. If you want to keep the data and configs for some apps you will need to include the name […]
AutoStart Maestral Dropbox Client In Python Virtual Environment
Update May 1st, 2024: Maestral is now available via pipx. Pipx is similar to virtual environments and simplifies things. First thing, open the terminal and run each command as listed. # = comment… Install pipx: sudo apt install pipx # I am running Ubuntu 24.04 currently. Alter for your system.pipx ensurepath Install maestral: pipx install […]
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.