Skip to content

nnocturnnn/py-med-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PyMedSystem

Patient monitoring software

Implementation

  • Tkinter
  • SQLite3
  • Pydicom
  • PIL
  • numpy

How To Setup

  1. Clone This Project:
    git clone <repository-url>
  2. Go to Project Directory:
    cd pymedsystem
  3. Create a Virtual Environment:
    python3 -m venv env
  4. Activate Virtual Environment:
    • On Linux/Mac:
      source env/bin/activate
    • On Windows:
      .\env\Scripts\activate
  5. Install Requirements Package:
    pip install -r requirements.txt
  6. Run the application:
    python patient-information-system.py

View

Screen 1 Screen 2 Screen 3 Screen 4 Screen 5 Screen 6 Screen 7

About

Patient monitoring software

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages