Skip to content

sanjay-swain/Contact-Book-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact-Book

This is a command-line based contact book program. This store the data in your local storage in a database.

Getting started

This is a python based program. You can check the original code and run the program on an IDE/text editor or check on the releases tab for compiled version for windows (64-bit only).

Prerequisite

To run using Python

You just need python 3 installed on your computer. For other packages just run the following command in terminal/Command prompt in the project directory:

pip install -r requirements.txt

OR

pip3 install -r requirements.txt if you are on linux.

Just to use it

A good version of Windows which can run an executable file.

NOTE: The executable files only works on 64-bit Windows.

Using the program

Just download the source code or executable file and run the program or Main.py file.

NOTE: Even if you delete the executable file or the code the data you entered will remain in the database. To completely delete those. Go to the project directory (or go to C:Contacts if you are using executable file) and delete the file contacts.db file.

Note

This is my first project and GitHub repository. Thanks for reading!

About

Contact Book to store your contacts (command-line based).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages