Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clarencesarmiento authored Oct 3, 2023
1 parent a59e696 commit a26efce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A python program with Graphic User Interface that lets the user to
- Add Contact
- Edit Contact
- Delete Contact
- Search Contact
- Search Contact by Name

### How the Program Works?
Before saving a contact, the details goes through a validity check, where it checks if the phone number and the email address given by the user if valid and follows the required format of the program. It also checks if the phone number to be added is existing in the database. Once done, the details are stored to an SQLite database. The same flow for updating the contact details.
Expand Down

0 comments on commit a26efce

Please sign in to comment.