A simple address book GUI utilizing Python, SQL, and Tkinter
Make sure Python and Tkinter are installed
Type in:
python3 guiexample.py
In order to add a contact into the database, the user must enter a value for each field, and then click 'Add Records to DB'
Another example of adding a contact
The database gets updated every time a record is added
In order to retrieve a contact, the user can filter the contacts by city by typing in the specific city and state in the corresponding field and pressing 'Select Specific Name'
Only names from the specified city will be displayed
Only names from Mansfield TX are displayed above