Skip to content

Latest commit

 

History

History
 
 

Address-Book

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ADDRESS-BOOK

forthebadge

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.

Usage

  • 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.

Output 😃

figure

Authors

Written by sameeksharl

The project was built as a contribution during GSSOC'21.