File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ This project is to create an Address book using python in which the user can add
88Tkinter library for rendering graphics and SQlite is used for database.
99
1010
11- # Installation
11+ # Setup instructions
1212* To install the library tkinter we use the pip install command in the command prompt:
1313 pip install tkinter
1414
1515# Usage
1616* In this python project, the user has to click on a button which functions the user wants to access
17- * eg –To edit a contact, the user has to fill the Name, phone no field and then click on edit button.
17+ * eg –To edit a contact, the user has to fill the Name, phone no field and then click on edit button.
1818To 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.
1919
2020
You can’t perform that action at this time.
0 commit comments