Contact management project is basically a console project developed using python and Sqlite databse, which can handle CRUD operations easily,following project creates a new db. extension file in your local directory
- User can Add new contact detail
- Can information about current database
- User can delete and manipulate the contacts easily
I have used "Server-less database" for user to perform CRUD operation locally.
- Sqlite3 : To handle databse
- Prettytable : To show data in tabular format.