A project to build a simple GUI that provides visualization of simple flows.
- 'logic.py' is the Python file to run
- 'input.ui' is the UI file created with Qt Designer
- 'gui_generator.py' is a Python file that is run to convert 'input.ui' into a Python file
- 'output.py' is the Python file that was converted from the UI file
Qt Designer is used to quickly iterate any visible parts of the design. The actual code for the flow visualization is then appended and the code is then integrated.
Install these packages for running QtDesigner to develop the front-end and to enable the back-end.
conda install -c anaconda pyqt
conda install -c conda-forge matplotlib torchdiffeq
conda install -c pytorch pytorch
Project is: in progress