Implementation of a user interface for the SMG2S project: https://github.com/SMG2S/SMG2S
We’ll use Python 3 (recommended):
conda create -n smg2s-gui python=3.10
conda activate smg2s-guiInstall the additional modules and dependencies:
conda install numpy scipy matplotlib pandas tabulateSince the program uses matplotlib with GUI backends, it needs Tkinter.
Install Tk support in conda:
conda install tkOn Linux (Ubuntu/Debian), if Tk is still missing, also run:
sudo apt-get update
sudo apt-get install python3-tkpython main.py