Customer Database Tkinter GUI
PLEASE NOTE: Patiently wait for programs to load on Replit it may take a minute.
To Display All Current Customers In Database Search Phone: 1234567890
Users can add, search, or delete customers from the database. Uses the pandas module to store data in the customer_data.csv file located in the data folder. Program runs data validation to make sure data is properly entered before it's written to the customer_data.csv file.
It prevents customer duplicates in the database by checking no two customers have the same first name, last name, phone number, and email. First name, last name, phone number, and emails can be shared, but all 4 previously mention data cannot be the same.
Users can search for a customer by first and last name, phone number, or email. Customers can be edited or deleted from the database.