race-timer
Informal Race Timer using NFC wristbands
Note PySimpleGUI is now replaced by FreeSimpleGUI since PySimpleGUI is commercial only now, November 2025
Now August 2022 with flutter/dart stopwatch app, multilingual messages and python server! YMMV.
Python race-timer using NFC wristbands for informal running. Uses sqlite3 and pyscard. Three main scripts:
- register_runner.py to setup the NFC wristbands
- race_timing.py for race timing, will output a simple webpage when exiting
- utilities/create_results_matrix.py which creates...