What I Did Today
Built a Simple CLI Phone Book Project.
On What I Did Today
The CLI phone book project works just as the phone book does. Allows the user to:
- Add a contact( Name and Phone number)
- View present contacts
- Delete A contact
- Edit a Contact
- Search for a Contact based on the phone or name.
- Doesnt allow duplicates
The project impliments many concepts such as: Dictionaries , Lists , Sets , Modularity(Dividing the project into sepearate modules) , specify the functionality of each module and in main dictate the flow of the program.
Link to the project:(https://github.com/yfwjay/python-concepts/tree/main/week-four/Day4/contact_book)
What's Next
Build a another project. Grocery list and Budget Tracker Application
Top comments (0)