# ABQ_data_entry **Repository Path**: zrhett/ABQ_data_entry ## Basic Information - **Project Name**: ABQ_data_entry - **Description**: Learn Python GUI programming with Tkinter - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ============================ ABQ Data Entry Application ============================ Description =========== This program provides a data entry form for ABQ Agrilabs laboratory data. Features -------- * Provides a validated entry form to ensure correct data * Stores data to ABQ-format CSV files * Auto-fills form fields whenever possible Authors ======= Alan D Moore, 2018 Requirements ============ * Python 3 * Tkinter Usage ===== To start the application, run:: python3 ABQ_Data_Entry/abq_data_entry.py General Notes ============= 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.