Skip to content

Conversation

@sidcodes2727
Copy link

<>Digital Clock, Alarm, and Stopwatch
This pull request adds a terminal-based Python project named "Digital Clock, Alarm & Stopwatch".

The program provides three basic time utilities:

  1. Digital Clock - Displays the current system time.
  2. Alarm - Lets the user set a specific time and triggers an alert.
  3. Stopwatch - Measures elapsed time with start and stop functionality.

All features are implemented in a single file under 100 lines as per the contribution guidelines.

Features

  • Runs entirely in the terminal without any external libraries.
  • Cross-platform (works on Windows, macOS, and Linux).
  • Clean, menu-based user interaction.
  • Uses Python 3.10+ match-case syntax for simplicity and readability.

It follows all repository contribution rules and includes both the code and documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant