This project is to create an Address book using python in which the user can add a new contact, edit and delete existing contact and view all the contact using Tkinter and SQlite. Tkinter library for rendering graphics and SQlite is used for database.
- In this python project, the user has button functionality to trigger that specific function.
- eg –To edit a contact, the user has to fill the Name, phone no field and then click on edit button. To add a new contact,the user has to to fill the Name, phone no field and then click on add button.
Written by sameeksharl
The project was built as a contribution during GSSOC'21.