https://github.com/HBIDamian/SevenSegmentDisplay
a simple clock application that displays the current time in a 24-hour format.
https://github.com/HBIDamian/SevenSegmentDisplay
Last synced: 2 months ago
JSON representation
a simple clock application that displays the current time in a 24-hour format.
- Host: GitHub
- URL: https://github.com/HBIDamian/SevenSegmentDisplay
- Owner: HBIDamian
- Created: 2024-07-12T01:42:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T23:06:20.000Z (5 months ago)
- Last Synced: 2025-03-16T19:23:17.450Z (2 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seven Segment Display
## What is this?
### Clock
This is a simple clock application that displays the current time in a 24-hour format.### Stopwatch
This is a simple stopwatch application that allows you to start, stop, and reset the timer.
It shows green when running, red when stopped, and white when reset.## Modules used:
You may need to install the following module(s) to run the application:
- [Pillow](https://pillow.readthedocs.io/en/stable/)
- tkinter## Features
- 24-hour clock
- Stopwatch - Start, Stop, Reset
- Easy to glance at
- Can be resized to any size## Why did I make this?
I previously made an attempt that worked for a while. But when MacOS updated to Sequoia, the application stopped working. I decided to make a new one now that I have a better understanding of Python. With help from ChatGPT, of course.