elusive-ideas / Modular_GUI

Modular GUI using PySide and Yapsy
4 stars 2 forks source link

Modular_GUI

Code Health Build Status PyPI version Documentation Status

Modular GUI using PySide and Yapsy

Summary

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.

Goals

For a full list of goals, check the following page:

Current Status

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.

Installation

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.