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 →