4 projects
ct-serialcommands
A Python module for seamless serial communication with devices like an Arduino or ESP, offering both non-blocking and blocking interfaces with customizable command and value callbacks.
ct-configcreator
A Python script that generates a configuration file from a YAML template, dynamically creating corresponding Python classes and methods for easy configuration management.
ct-tcpchat
A simple Python module for creating a TCP chat connection between two computers to send commands or information.
exetimer
A lightweight module that prints the execution time at the end of a python program.