A simple phone contact application to manage and organize your contacts. This project demonstrates basic Python programming concepts, including data structures, loops, and conditional statements.
-
Add Contact
Add a new contact by providing a name and phone number. -
Search Contact
Search for a contact using their name and retrieve their phone number. -
Edit Contact
Update the phone number of an existing contact. -
Delete Contact
Remove a contact from the phone book. -
Call Contact
Simulate calling a contact by entering their phone number. -
Recent Calls
View a list of recently called numbers. -
Exit Application
Close the app when finished.
- Run the application.
- Follow the menu instructions to select a feature by entering the corresponding number.
- Perform actions like adding, searching, editing, deleting, calling contacts, or viewing recent calls.
Phone contact apk is open: 1 -> Add number 2 -> Search number 3 -> Edit number 4 -> Delete number 5 -> Call number 6 -> Recents calls 7 -> Exit Apk.