Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 479 Bytes

Patient Information System

This is a desktop application where a user can store details of a patient. It can also perform various operations such as adding a new record, updating a record, searching for a record, deleting a record and displaying all the records in the database.

It is written in Python and uses Tkinter for the GUI and SQLite for the database.

Requirements

  • Python

Usage

  • Run the program.

    python patient-information-system.py