Metadata-Version: 2.1
Name: contactbook
Version: 1.1.2
Summary: contactbook + notebook + filesort + calculator
Home-page: https://github.com/VadimTrubay/contactbook
Author: TrubayVadim
Author-email: vadnetvadnet@ukr.net
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: numexpr

# "CONTACTBOOK"

# "CONTACTBOOK" personal console assistant can:
* save contacts with names, addresses, phone numbers, email and birthdays to the contacts book;
* display a list of contacts whose birthday is a specified number of days from the current date;
* check the correctness of the entered phone number and email when creating or editing a record and
* notify the user in case of incorrect input;
* search for contacts among book contacts;
* edit and delete entries from the contact book;
* save notes with text information;
* search for notes;
* edit and delete notes;
* add "tags" to notes, keywords describing the topic and subject of the record;
* search and sort notes by keywords (tags);
* sort files in the specified folder by category (images, documents, videos, etc.);
* perform arithmetic operations using the calculator installed in the package;.

# install package from "https://pypi.org/"
* run the pip install "contactbook" command in the console
* after installation, the "contactbook" package appears in the system;
* when the package is installed in the system, the script can be called anywhere from the console with the "contactbook" command;

# install package from source code
* download the folder with the project from the repository via the link https://github.com/VadimTrubay/contactbook.git
* to install this package from source, run pip install or pip install -e in the console
* in the folder where the project is located;
* after installation, the contactbook package appears in the system;
* when the package is installed in the system, the script can be called anywhere from the console with the "contactbook" command;
