Skip to content

Commit e0e89c8

Browse files
authored
Create README.md
1 parent c1a070f commit e0e89c8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Contact-management/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)