We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a070f commit e0e89c8Copy full SHA for e0e89c8
Contact-management/README.md
@@ -0,0 +1,16 @@
1
+# Contact management project
2
+
3
+Contact management project is basically a console project developed using python and Sqlite databse,
4
+which can handle CRUD operations easily,following project creates a new db. extension file in your local directory
5
6
+## Basic feature available :
7
+- User can Add new contact detail
8
+- Can information about current database
9
+- User can delete and manipulate the contacts easily
10
11
+## About databse management:
12
+I have used "Server-less database" for user to perform CRUD operation locally.
13
14
+### Libray used in Python:
15
+- Sqlite3 : To handle databse
16
+- Prettytable : To show data in tabular format.
0 commit comments