race-timer
Informal Race Timer using NFC wristbands
...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 a spreadsheet style html page for a data range of results.
Multilingual interface in v1 and code tree, small start up menu to choose language. Add a new language by adding a json file and modifying the menu.
The data directory contains race.db and sql contains sql to create the database.
...