Embreille is a Github template repository for making cross-platform graphical user interface application in python with CI/CD integration via Github workflow for rapid deployment. It is an integration of multiple technology listed in table 1.
Table 1: Technology used in Embreille
Technology | Description |
---|---|
DearPyGui |
A library for making graphical user interface. |
pyinstaller |
A tool for bundling python application into standalone executable. |
make |
A tool for task automation. |