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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
9 views2 pages
Form Entry Csv TreeView
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.