garimasingh128 / awesome-python-projects

πŸ“± βœ… Some awesome projects in python! πŸ“± βœ…

Home Page:http://garimasingh.me/awesome-python-projects/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact book

garimasingh128 opened this issue Β· comments

Everyone uses a contact book to save contact details, including name, address, phone number, and even email address. This is a command-line project where you will design a contact book application that users can use to save and find contact details. The application should also allow users to update contact information, delete contacts, and list saved contacts. The SQLite database is the ideal platform for saving contacts.

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.75. Please mark this comment with πŸ‘ or πŸ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

I am going to start my work, please assign to me

@anut123 Hope any other issue is not assigned to you as of now for which you have not created a PR. If yes, unassign from any one.

we have to do with Sqlite database so should we have to install any software for Sqlite database or in Pycharm we can do it?

I believe that you have to install the sqlite software to connect to database.

okay ma'am.