Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 900 Bytes

README.md

File metadata and controls

54 lines (46 loc) · 900 Bytes

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