Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omn0mn0m/transvenous_pacing_gui

GUI for the Balloon Catheterization capstone project
https://github.com/omn0mn0m/transvenous_pacing_gui

Last synced: 5 days ago
JSON representation

GUI for the Balloon Catheterization capstone project

Awesome Lists containing this project

README

        

# Balloon-Catheterization-GUI
GUI for the Balloon Catheterization capstone project

[![Build Status](https://travis-ci.org/omn0mn0m/transvenous_pacing_gui.svg?branch=master)](https://travis-ci.org/omn0mn0m/transvenous_pacing_gui)
[![Coverage Status](https://coveralls.io/repos/github/omn0mn0m/transvenous_pacing_gui/badge.svg?branch=master)](https://coveralls.io/github/omn0mn0m/transvenous_pacing_gui?branch=master)
[![PyPI](https://img.shields.io/pypi/v/transvenous-pacing-gui.svg)](https://pypi.org/project/transvenous-pacing-gui/)
[![GitHub](https://img.shields.io/github/license/omn0mn0m/transvenous_pacing_gui.svg)](https://github.com/omn0mn0m/transvenous_pacing_gui/blob/master/LICENSE)

# Usage
## Installation (Pre-Requisites)
The following software MUST be installed to use this project:

- [Python 3.7](https://www.python.org/downloads/)

## 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](https://github.com/omn0mn0m/transvenous_pacing_gui/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:

- [Python 3.7](https://www.python.org/downloads/)

## Setup
To begin contributing to this project, download this project using either the [Download Zip](https://github.com/omn0mn0m/transvenous_pacing_gui/archive/master.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.