Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.21 KB

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!