A single page desktop application for calculation of common hemodynamic equations.
HemoPynamic has been written in python language using PyQt5 module.
Using concept of BoxLayout
to arrange sections of the app.
By this method you do not need to have python on your system. You can download a distribution version of the app from the link bellow and go to dist
directory and open HemoPy file.
HemoPy Distribution Version
At the moment only linux executable distribution version is available.
You can clone repo by github CLI:
git clone https://github.com/hedayatbehnam/hemoPynamic
or using website link to download zip folder.
If you are in linux, you should use unzip
command in terminal to extract its contents.
Then install dependencies:
pip install -r requirements.txt
To run app type following command in terminal in app main dir:
python entry.py