A university project involving group work to create a project for a client Desktop application for reading and analyzing ECG files in WFDB format (.hea, .dat, .atr)
-
Install requirements: pip install -r requirements.txt
-
Run main script: python main.py
Build consists of two phases:
-
EXE compilation: Run:
python ./build_config/build.pyselect "Build Windows Executable (Bundled Folder)"
Compiled executable will be located at: ./build_config/build/build_win32 (alongside required dependencies)
-
Installer compilation: Inno Setup is needed for this part of build Open file ./build_config/installer_setup.iss in Inno Setup Compiler and press "Compile".
Compiled installer will be located at: ./build_config/build/installer_win32