Skip to content

clarencesarmiento/Phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phonebook ☎️

MIT License Moodboard

interface

DESCRIPTION:

A python program with Graphic User Interface that lets the user to

  • Add Contact
  • Edit Contact
  • Delete 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.

Built With

TODO:

Download

Download the Repository through Clone Repository using Git or Download Zip.

git clone https://github.com/clarencesarmiento/Phonebook.git

Installation

After downloading, go to cmd and navigate to the folder directory.

cd \folder_directory\Phonebook

Use pip to install required packages inside the requirements.txt.

pip install -r requirements.txt

Usage

Run the phonebook.py using python.

python phonebook.py

LICENSE:

Distributed under the MIT License. See LICENSE for more information.