This document contains a Python script that creates a Tkinter GUI for data entry into a CSV file. Users can input ID, name, address, and phone number, which are then saved to 'data.csv' and displayed in a Treeview widget. The application also reads existing data from the CSV file to populate the Treeview upon startup.
This document contains a Python script that creates a Tkinter GUI for data entry into a CSV file. Users can input ID, name, address, and phone number, which are then saved to 'data.csv' and displayed in a Treeview widget. The application also reads existing data from the CSV file to populate the Treeview upon startup.