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 venv
Windows (PowerShell):
py -m venv venv
Linux / macOS:
source venv/bin/activate
Windows (PowerShell):
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt
Linux / macOS:
python3 main.py
Windows (PowerShell):
py main.py