An open API service indexing awesome lists of open source software.

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.

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.