/KL-Healthcare-GmbH

A program that allows user to enter a scheduled date and time for an appointment.

Primary LanguagePythonApache License 2.0Apache-2.0

KL-Healthcare-GmbH

GitHub stars GitHub forks GitHub issues GitHub license

The KL-Healthcare-GmbH Project Is an application written in Python that allows the user to enter a date and time, and displays a simple message for the booked time when the countdown is done.

Download

Performance

Currently a 2D array was used as the data structure to mimic a database in as much as this 2D array can be increased to 1000, i would recommend [1 - 9] inputs so as not to break some part of the code. The unit test code tests the values the user inputs.

Description - Example program flow

How much data do you want to enter? 3
Please enter a date: 12.07.2022 
Please enter a time: 16:00

Please enter a date: 12.07.2022
Please enter the time: 17:00

Please enter the date: 13.07.2022
Please enter the time: 07:00

Thank you very much. I will notify them!
...

The first date has been reached! (12.07.2022 - 16:00)
The second date has been reached! (12.07.2022 - 17:00)
The third date was reached! (13.07.2022 - 07:00)

Work in progress

Integration of a database to save and pull information from
GUI - Graphical User Interface