PATIENT INFORMATION SYSTEM USING PYTHON SOURCE CODE AVAILABLE



The Patient data system project created in Python. The project file contains python scripts ( patient-information-system.py), and a database file. The system is GUI based with the straightforward controls for the users. The system contains only admin side. The admin user can preform various tasks like (add a replacement record, update a record, look for a record, delete a record and also display) all the records within the database.


About Project:

This Patient Information System is based on Tkinter. The project has a graphical user interface provided by the Python programming language and SQLite. It provides a GUI where the user can enter the details of a patient which will act as a record in the database. The user can also perform various operations on the records. He/she can add a new record, update, search for a records. Moreover, the admin can delete the existing record and also can display all the records in the database. The system design is simple that the user won’t find it difficult to use and navigate.
Requirements:
  • python 3, tkinter
  • sqlite3

Share this

Related Posts

Previous
Next Post »