Resources
Most of my code that I share is hosted on my GitHub page, but I have a game that I made that's published on itch.io.
Lens Grove CLI
Store small files with Grove, a storage network powered by the Lens Protocol.
SkyAlert Projects
The original SkyAlert was a bot on the Bluesky network that could tell you about when people post and when people unfollow you.
However, the bot consumed a lot of traffic on my home internet connection so I had to discontinue it.
I've made a simpler version called SkyAlert-ntfy that has no need for connection to a Bluesky account.
SplatChain
I once roleplayed with my Splatoon character a lot on a Discord server, so I made this bot.
SplatChain is a Discord bot written with discord.py that facilitates a fictional crpytocurrency for the Splatoon universe.
Standard Notes TOTP Converter
A Python script that allows you to convert a list of TOTP URIs for use with Standard Notes.
You can convert from the URI list to the Standard Notes JSON format, and vice versa.
This project is a Python package; Python and pip are required to install it.
If you have Python and pip installed, run "pip install sntotpconverter" in a terminal to install.
Steam Elevator Lite
A tool for restarting Steam on Windows in elevated (administrator) or normal mode.
It exists as two tools, one called SteamElevatorLite and the other called SELCommander.
SteamElevatorLite remains running, and SELCommander triggers it.
SELCommander can be run from Steam as a non-Steam game, which is useful for Big Picture Mode (controller) users.
WinTerminalHotkey
An AutoHotKey executable that is designed for people who are used to the Ctrl+Alt+T hotkey for opening the Terminal on Linux.
When this is running on your Windows machine, pressing Ctrl+Alt+T will open Windows Terminal.
Copy the .exe to your startup folder to enable this functionality at startup.
This script requires Windows Terminal to function; install Windows Terminal if it isn't installed already.
Run "winget install microsoft.windowsterminal" in PowerShell to install Windows Terminal.
The Terminal is usually installed by default on Windows 11.
Steam Elevator
A tool for restarting Steam on Windows in elevated (administrator) or normal mode.
LittleBit Game Library
This is a simple game catalog tool written in C# using the Windows Forms Designer.
A .NET MAUI rewrite of this is being worked on. See it on GitHub: littlebitstudios/GameLibraryMAUI
Experimental Security Device
I made a security device using some of the pi-top 4's Foundation Kit components.
The code for it is
written in Python and the project is on GitHub.