Welcome to the Address Book project! This Python application allows you to manage your contacts with ease using a simple and intuitive graphical user interface. Whether you need to add, edit, or delete contacts, the Address Book is here to help.
- Add Contacts: Easily add new contacts with all essential details.
- Edit Contacts: Update existing contact information seamlessly.
- Delete Contacts: Remove contacts when they are no longer needed.
- Search Contacts: Find contacts quickly using various search criteria.
- Sort Contacts: Organize your contact list by last name or zip code for easy browsing.
-
Clone the repository:
git clone https://github.com/sarangs1621/address-book.git
-
Navigate to the project directory:
cd address-book -
Install the required dependencies (if any are listed in a
requirements.txtfile):pip install -r requirements.txt
Run the application using Python:
python AddressBook.pyThe Address Book application will launch, and you can start managing your contacts through the user-friendly interface.
We welcome contributions to improve the Address Book project! If you have suggestions, bug reports, or feature requests, please open an issue or submit a pull request.