I'm not a programmer, but I tried four vibe coding tools to see if I could build anything at all on my own. Here's what I did and did not accomplish.
qtpyTerminal is a QWidget derived from QPlainTextEdit, which can execute an interactive command to run in the default shell (SHELL environment variable). The shell process is forked, and input/output ...
This Python library is used to communicate with a GraviTrax Bluetooth Connect stone, a BLE device that is capable of controlling Gravitrax POWER RF stones. This library imports the bleak BLE-Library ...