Simple tkinter GUI program for measuring reaction time of a person before and after drinking coffee. Made for a statistics course project. Adds the time difference to a Pandas DataFrame and into an Excel file "resultados.xlsx". Made
Simple programa con interfaz de tkinter para medir tiempo de reaccion de una persona antes y despues de tomar café. Al mostrarse un mensaje en un intervalo de tiempo aleatorio se presiona un boton. Luego es guardado a un archivo excel "resultados.xlsx". Desarrollado para un proyecto final de un curso de Estadistica.
Python 3.6.6
- datetime
- os
- threading
- random
- time
- xldr
- pandas
- openpyxl
Optionally
- cx_Freeze - 5.1.1 (for compiling .exe)
Simply run reaction_main.py.
- Listo / Ready
- Cuenta regresiva / Countdown
- Click YA when "YA" shows.
- Records details to .xlsx
If you would like to create an executable with cx_Freeze you must use Python 3.6.6.
1. install cx_Freeze == 5.1.1
2. cd into directory
2. run: "python setup.py build_exe"