Below are some small open source software projects I’ve authored or helped develop. Most of them are released under a BSD-style license. Enjoy!

HOYT Hugo Theme

Hoyt is a theme for Go Hugo with inspiration from Ben Hoyt’s personal website. It’s still a work in very slow progress but it was a very good starting point for me to learn about Go Hugo and how it works as a static site generator.
Read more →

Testing the Tessaract OCR Project

txt-from-img was a gentle introduction to the tessaract library and how to get text from an image in a lambda function.
Read more →

M-Pesa AsyncIO

aiompesa is a Python library that I wrote which allows you to interact with Python’s asyncio library. MPESA is a service that allows you to make money transactions using your mobile phone. Asyncio is a library that allows you to write concurrent code in Python using async/await pattern.
Read more →