Patient monitoring software
- Tkinter
- SQLite3
- Pydicom
- PIL
- numpy
- Clone This Project:
git clone <repository-url>
- Go to Project Directory:
cd pymedsystem
- Create a Virtual Environment:
python3 -m venv env
- Activate Virtual Environment:
- On Linux/Mac:
source env/bin/activate
- On Windows:
.\env\Scripts\activate
- On Linux/Mac:
- Install Requirements Package:
pip install -r requirements.txt
- Run the application:
python patient-information-system.py