Python is a language that seems easy to do, especially for prototyping, but make sure not to make these common mistakes when ...
This is a port of Thomas Bingel's great geberit-aquaclean project from C# to Python. It connects to the Geberit AquaClean Mera toilet and works fine for basic controlling of the toilet. However, I ...
This is a very simple library to encrypt and store secret keys (or any text) locally. The keys are stored in a local sqlite database. The keys are encrypted using AES-GCM. That's it. In theory, the ...