Skip to content

Files

Latest commit

9138754 · Jul 19, 2021

History

History
This branch is 960 commits behind larymak/Python-project-Scripts:main.

Contact-management

README.md

Contact management project

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

Basic feature available :

  • User can Add new contact detail
  • Can information about current database
  • User can delete and manipulate the contacts easily

About databse management:

I have used "Server-less database" for user to perform CRUD operation locally.

Libray used in Python:

  • Sqlite3 : To handle databse
  • Prettytable : To show data in tabular format.