Alarm | Program - Code-A2Z/jarvis GitHub Wiki

🕙 Alarm Program

Welcome to new feature of streamlit interface, This feature allows you to create a clock which notifies you a message, when time meets a particular time even the seconds.

Below is the python-basic implementation of clock, which takes the hour, minute and seconds to be input.

Hour to be range from 0 to 23

Minute to be range from 0 to 59

Second to be range from 0 to 59

Apart from these, We'll also add 1 more functionality to provide a pre-defined message on trigger the alarm and display that message.

Along with that, We'll also having the option to create custom message and write it this by the user.

Before the trigger the alarm, We'll display the alarm time period from current time.

Finally trigger the alarm and display the information when the current time meets the target setup time.