transvenous-pacing-gui

Transvenous pacing procedure simulation GUI written in Python 3


License
MIT
Install
pip install transvenous-pacing-gui==0.8.0

Documentation

Balloon-Catheterization-GUI

GUI for the Balloon Catheterization capstone project

Build Status Coverage Status PyPI GitHub

Usage

Installation (Pre-Requisites)

The following software MUST be installed to use this project:

Installation (Using Command Line)

After this is installed, run pip install transvenous_pacing_gui in a command line to download the latest version of the GUI.

The GUI can be opened by running transvenous_pacing_gui in a command line.

Installation (Using Scripts)

The same process above can be performed using the INSTALL.bat and RUN.bat scripts found in the Releases page.

INSTALL.bat only needs to be run once to install the software. RUN.bat should be used each time to run the program.

Modifying the Code

(Pre-Requisites)

The following software MUST be installed to use this project:

Setup

To begin contributing to this project, download this project using either the Download Zip link or cloning the repository on GitHub.

All dependencies can be installed by running pip install -r requirements.txt from within the project directory. The code can be edited in whatever you'd like.