The Patient Information System project is written in Python. The project file contains python scripts ( patient-information-system.py), and a database file. The system is GUI based with the simple controls for the users. The system contains only admin side. The admin user can preform various tasks such as add a new record, update a record, search for a record, delete a record and also display all the records in the database.
About Patient Information System In Python
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 for Patient Information System In Python :
- python 3, tkinter
- sqlite3
How To Run Patient Information System In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, you have to follow the steps below:
- Step1: Extract/Unzip the file
- Step2: Go inside the project folder, open cmd then type mouse-clicking patient-information-system.py and enter to start the system.
- OR
- Step2: Simply, double click the patient-information-system.py file and you are ready to go.