An app to build thermoelectric coolers layer by layer and visualize the heat fluxes.
To build and compile it, download the repository, unzip it and do the following steps:
Linux / macOS:
python3 -m venv venvWindows (PowerShell):
py -m venv venvLinux / macOS:
source venv/bin/activateWindows (PowerShell):
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\venv\Scripts\Activate.ps1pip install -r requirements.txtLinux / macOS:
python3 main.pyWindows (PowerShell):
py main.py