Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.05 KB

Console-based Clock

🧐 I. Overview

This is a simple real-time console clock that shows the current date, time, & timezone used continuously.


📦 II. Dependencies

  • Time - a module in the Python standard library used for various time-related functions.

⏯️ III. Demo

12-hour Format

gif

24-hour Format

gif22 (1)


🛠️ IV. How to use this repository?

Method 1: Clone repository

1. Create a copy of this repository:

git clone https://github.com/m3mentomor1/Console-based_Clock.git

2. Go to the repository's main directory:

cd Console-based_Clock

Method 2: Fork repository

Click the Fork button at the top right corner of this page to create a copy of this repository in your GitHub account.