Skip to content

LGehlauf/MP_Peltier_CalcSheet_PyQt

Repository files navigation

Masterprojekt of Leonhard Gehlauf at HTWK Leipzig

An app to build thermoelectric coolers layer by layer and visualize the heat fluxes.

Screenshot

To build and compile it, download the repository, unzip it and do the following steps:

1. Build Virtual Environment

Linux / macOS:

python3 -m venv venv

Windows (PowerShell):

py -m venv venv

2. Activate Virtual Environment

Linux / macOS:

source venv/bin/activate

Windows (PowerShell):

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\venv\Scripts\Activate.ps1

3. Install required Libraries

pip install -r requirements.txt

4. Start Application

Linux / macOS:

python3 main.py

Windows (PowerShell):

py main.py

Releases

No releases published

Packages

No packages published

Languages