From 657f2d3b400cfe1a3acdcbe5782004cbf7204550 Mon Sep 17 00:00:00 2001 From: Aditya9764 <90107321+Aditya9764@users.noreply.github.com> Date: Sat, 21 Oct 2023 18:43:17 +0530 Subject: [PATCH] Update Alarm_clock-App.md Add example project link https://data-flair.training/blogs/alarm-clock-python/ https://github.com/Aditya9764/Alarm-Clock-Timer --- Projects/1-Beginner/Alarm_clock-App.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Projects/1-Beginner/Alarm_clock-App.md b/Projects/1-Beginner/Alarm_clock-App.md index ccaa1261..0a266a1c 100644 --- a/Projects/1-Beginner/Alarm_clock-App.md +++ b/Projects/1-Beginner/Alarm_clock-App.md @@ -16,3 +16,6 @@ python alarm_clock.py Follow the prompts to set the desired time and alarm sound. The program will then start a countdown timer and play the selected sound once the timer reaches zero. +## Example projects +[Data fair training](https://data-flair.training/blogs/alarm-clock-python/) + [Aditya9764](https://github.com/Aditya9764/Alarm-Clock-Timer)