Address Book
This is a basic Command-Line Program for an Address Book.
Language used: Python3, SQLITE3
The user is provided with various options like :
- View All Contacts and Details
- Create a New Contact
- Delete All the Contacts
- Delete a Contact
How to run this project?
- open cmd or gitbash
- python -u address-book.py
-u option is used to disable output buffering
This is a basic Command Line Program for a Address Book.
Language used : Python3 , SQLITE3
The user is provided with various options like :
- View All Contacts and Details
- Create a New Contact
- Delete All the Contacts
- Delete a Contact
How to run this project?
- open cmd or gitbash
- python -u address-book.py
-u option is used to disable output buffering
This is my first project, please give me suggestions on how to improve and create more projects.