Skip to content

A Multi-Channel Bio-Signal Viewer GUI Application Using Python's PyQt5, and it has the ability to export the signals as PDF

License

Notifications You must be signed in to change notification settings

RamadanIbrahem98/multiChannelSignalViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiChannelSignalViewer

license last-commit

Table of Contents

About The Project

This is a Multi-Channel Bio-Signal Viewer GUI Application

Toolbox

  • Python
    • PyQt5
    • pyqtgraph
    • FPDF
    • Scipy

Setting Up the Environment

  1. Clone the repo

    • HTTPS
      git clone https://github.com/RamadanIbrahem98/multiChannelSignalViewer.git
    • SSH
      git clone git@github.com:RamadanIbrahem98/multiChannelSignalViewer.git
  2. Create a Virtual Environment (Optional)

    python -m venv .env
  3. Activate the virtual environment

    • using CMD
      .\.env\Scripts\activate
    • using PowerShell
      .\.env\Scripts\Activate.ps1
    • using Bash
      source .env/bin/activate
  4. Install the requirements and dependancies

    pip install -r requirements.txt
  5. Run the application

    python main.py

About

A Multi-Channel Bio-Signal Viewer GUI Application Using Python's PyQt5, and it has the ability to export the signals as PDF

Topics

Resources

License

Stars

Watchers

Forks

Languages