Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omn0mn0m/transvenous_pacing_gui
- Owner: omn0mn0m
- License: mit
- Created: 2018-10-15T00:32:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:40:08.000Z (about 2 years ago)
- Last Synced: 2024-12-21T10:37:07.764Z (11 days ago)
- Language: Python
- Size: 317 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.