Well, as you can see in the introduction, we need to deal with GUI interactions.
To handle this, we utilize a sub-library which effectively manages all the necessary GUI operations. Xlib is like the go-to library here, but the python version is quite out-dated.
Thus, we develop the slodonix
library, which is a wrapper around Xlib and provides a more pythonic interface.
This sub-lib can be an independent library in the future.
The corresponding MIRO TABLE