|
5 | 5 | 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.
|
6 | 6 | Tkinter library for rendering graphics and SQlite is used for database.
|
7 | 7 |
|
8 | | - |
9 | | -# Setup instructions |
10 | | -* To install the library tkinter we use the pip install command in the command prompt: |
11 | | - pip install tkinter |
12 | | - |
13 | | -# Usage |
| 8 | +## Usage |
14 | 9 | * In this python project, the user has button functionality to trigger that specific function.
|
15 | 10 | * eg –To edit a contact, the user has to fill the Name, phone no field and then click on edit button.
|
16 | | -To add a new contact user has to to fill the Name, phone no field and then click on the add button which can be seen by clicking on view_all button. |
17 | | - |
18 | | - |
| 11 | +To add a new contact,the user has to to fill the Name, phone no field and then click on add button. |
19 | 12 |
|
20 | | -# Output :smiley: |
21 | | -All the details are provided in Name and phone no fields which can be seen by clicking on VIEW ALL |
| 13 | +## Output :smiley: |
22 | 14 | <img width="528" alt="figure" src="https://user-images.githubusercontent.com/59785217/119015721-cf6ac700-b9b6-11eb-8aad-37f8665cda7c.png">
|
23 | 15 |
|
24 | | -# Authors |
| 16 | +## Authors |
25 | 17 | Written by [sameeksharl](https://www.github.com/sameeksharl)
|
26 | 18 |
|
27 | 19 | The project was built as a contribution during [GSSOC'21](https://gssoc.girlscript.tech/).
|
0 commit comments