https://github.com/jimbob88/stopwatch
Simple Tkinter Stopwatch with History Support
https://github.com/jimbob88/stopwatch
python stopwatch-application tkinter
Last synced: 9 months ago
JSON representation
Simple Tkinter Stopwatch with History Support
- Host: GitHub
- URL: https://github.com/jimbob88/stopwatch
- Owner: jimbob88
- License: apache-2.0
- Created: 2019-02-16T17:33:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T10:31:35.000Z (almost 5 years ago)
- Last Synced: 2023-03-10T15:37:22.505Z (almost 3 years ago)
- Topics: python, stopwatch-application, tkinter
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stopwatch
Simple Tkinter Stopwatch with History Support
## The Stopwatch

## The Stopwatch's History
Whenever a user completes a function, for example hits the pause/unpause button then it will be recorded along with the current date and the name of function (+ the title). The only issue with the history, is that if multiple instances of the program run at the same time their history will be overlayed within the text file!

## Title Changing Feature
The title can be used to differentiate different instances so one can look back through their history more easily.
