Modular GUI using PySide and Yapsy
The idea of the Modular GUI is to encourage small modules that can be connected with each other. That means that you can focus on get a small feature just right and then plug it into a bigger sistem.
All the nuances on how different elements of the interface fall together in the same space are managed for you so you can focus on the task at hand.
Finally, versioning of modules means that you can always go back if something goes wrong.
For a full list of goals, check the following page:
Be aware that this is a Work-in-Progress project at the moment. None of the functionality is actually in place. Hopefully, I will start to get the basic functionality within the following weeks.
You can use PIP to install the application:
pip install modular-gui
You can also clone the repo using git:
git clone https://github.com/davidmartinezanim/Modular_GUI.git
Or you can download the zip file and install it manually.