Other Projects
These projects are some of the other things i've built either on a whim or just for fun, but they're still worth a mention. They're smaller in scope and less polished than projects that have their own pages, but are generally stable enough for the most part.
fileEncrypter
A simple tool that can Encrypt and Decrypt arbitrary data using randomly generated RSA Keys.
It was built for fun using a Python library i had discovered called pycryptodomex. It is functional but it is far from being a tool i would use seriously. With that said, i am happy with the results and this tool has taught me a lot about cryptography.

pyNotepad
A simple text editor written in Python with an interface cobbled together in tkinter. It lacks chooseable fonts, doesn't check if a file has been saved, nor does it support anything other than plain text, but it is otherwise quite functional and lightweight.

qrEncoder
A script that can be used to turn arbitrary data, such as website links or other information, into a QR Code that can then be printed out on physical media or placed as an image onto a website or other document.
b2Combine
A script that reads the contents of Backblaze B2 log files and then merges them into a single large file, ordered by date, which can then be imported into other tools for analysis.
jsonToCSV
A similar script to b2Combine, but instead processes Caddy logs and turns them into human-readable CSV files, which can be imported into databases, such as MySQL and SQLite or viewed as-is.