This Python script is designed to assist doctors and healthcare professionals in managing patient appointments. It provides a simple and efficient way to schedule, update, cancel, and list appointments, all while saving the data to a file for future reference.
-
Schedule Appointments: Easily schedule new patient appointments with date and time.
-
Update Appointments: Modify existing appointments to reflect any changes.
-
Cancel Appointments: Cancel appointments when necessary.
-
List Appointments: View a list of scheduled appointments.
-
Save Data: All appointment data is saved to a file for future access.
- Python 3.x
- No additional libraries or packages required.
-
Clone this repository or download the appointment_manager.py file.
-
Open your terminal or command prompt.
-
Navigate to the directory where appointment_manager.py is located.
-
Run the script using the following command:
bash python appointment_manager.py
-
Follow the on-screen instructions to manage appointments.
- Name: Trapzzy
- Email: [email protected]
This project is licensed under the MIT License. See the LICENSE file for details.