projects
repositories on GitHub

Bookends


GitHub

A highly customizable encrypted aesthetic private journal.

NOTE: This project is a work in progress. You can compile it yourself from the GitHub repository for a sneak peak.

Pyscan


GitHub | PyPI | Crates.io

Python dependency vulnerability scanner written in Rust.

A tool for scanning Python projects for dependency vulnerabilities.
It aggressively finds dependencies in your codebase from your source code or files like requirements.txt (with support for hatch, filter, pdm, poetry) and finds vulnerabilities in them.

It was featured in The Real Python Podcast briefly and has 30k+ downloads so far.

WeHeartPy


GitHub | PyPI

An API-like wrapper for weheartit.com

NOTE: This project has been archived as weheartit.com is not a thing anymore.

An API-like interface for the WeHeartIt (a pinterest-like) website, allowing users to interact with the site with or without an account. The site offered no API at the time, so I reverse engineered some endpoints and wrapped it in a Python package. My very first open source contribution.