File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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
8
8
Tkinter library for rendering graphics and SQlite is used for database.
9
9
10
10
11
- # Installation
11
+ # Setup instructions
12
12
* To install the library tkinter we use the pip install command in the command prompt:
13
13
pip install tkinter
14
14
15
15
# Usage
16
16
* 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.
18
18
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.
19
19
20
20
You can’t perform that action at this time.
0 commit comments