FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 9302afd1 authored by Rob Thompson's avatar Rob Thompson Committed by GitHub
Browse files

Update README.md

parent cd8b7f4c
No related branches found
No related tags found
No related merge requests found
# log_in # log_in
A simple gui to record IDs as typed or from a card reader with the time. A simple gui to record IDs as typed or from a card reader with the time.
This program uses PySimpleGui to open a window that will record IDs entered into an input element.
It will output a message confirming the time that the ID was recorded and it will write the ID and the time to a file for subsequent use.
It is very close to the cookbook examples for a persistent window, the main change is to the styling and
to add the window.refresh() and small delay to make the feedback more human affirmative. There may be a
better way of achieving this, there is a small possibility of cards clashing in the 100 milliseconds it pauses.
This will get reviewedin case it does prove to be an issue.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment