Other Projects
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.
