This is a simple real-time console clock that shows the current date, time, & timezone used continuously.
Time
- a module in the Python standard library used for various time-related functions.
12-hour Format
24-hour Format
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.