A desktop solution for BPMN modeling
A tool that allows to create or edit BPMN diagrams, either from scratch or from an external XML specification of a diagram, by granting an editor that is provided with essential editing functionalities.
In order to be able to run this application:
- Install
tk-devif you're using Ubuntu, in order to have tkinter development files - Install
asdfandasdf python plugin - Run
asdf installin terminal - Install
dockeranddocker-compose - Run
docker-compose upin terminal - You must install all specified libraries in requirements.txt using PIP (Python Package Installer)
- Run the app,
python app.py
