This program provides a data entry form for ABQ Agrilabs laboratory data.
- Provides a validated entry form to ensure correct data
- Stores data to ABQ-format CSV files
- Auto-fills form fields whenever possible
Alan D Moore, 2018
- Python 3
- Tkinter
To start the application, run:
python3 ABQ_Data_Entry/abq_data_entry.py
The CSV file will be saved to your current directory in the format "abq_data_record_CURRENTDATE.csv", where CURRENTDATE is today's date in ISO format.
This program only appends to the CSV file. You should have a spreadsheet program installed in case you need to edit or check the file.