I started working on Raspberry Pi (RPI) projects and soon realized that there would be a lot of python code repeated for each project. In other words, there are many functions required by any RPI app and I didn’t want to recode or cut/paste code between projects. Fortunately, python is an object-oriented language so it’s easy to create re-useable code. Thus, was born the RPI-APP-FRAMEWORK. Having gotten this far, I decided to make this a python project and publish it on PyPI for everyone to benefit from.
Current Status – 12/2025
This is early days for the project. I’ve got the basic framework in place with support for a few devices. The framework is mananged on GitHub and published on PyPI. Working on some sample projects and documentation.
Dead Rail Model Train Control System
This post describes how to build a dead rail model train control system. Dead rail...
Read More