Address Book Pro is a simple GUI application built using Tkinter in Python. It provides basic functionality to manage a personal address book, including inserting, deleting, and searching entries.
- Insert new entries with name, address, phone number, and email.
- Delete existing entries by name.
- Display the entire address book.
- Search for entries by partial name, phone number, or email.
- Clone the repository:
git clone https://github.com/Vikranth3140/AddressBook-Pro.git
- Navigate to the project directory:
cd address-book-pro
- Install the dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Use the provided GUI to interact with the address book.
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.