Metadata-Version: 2.1
Name: toretto_codeworks
Version: 0.8.3
Summary: The personal assistant bot
Home-page: https://github.com/vladshein/project-team-04
Author: project-team-04
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: prompt_toolkit==3.0.47
Requires-Dist: wcwidth==0.2.13
Requires-Dist: tabulate==0.9.0

# personal assistant team project
personal assistant team project

The personal assistant bot provides the following functionality:
1. Add contacts to the address book.
2. Add contact information including name, phones, email, and address.
3. Additional notes can be added to the contacts records.
4. Tags to the notes, their search, and sort.
5. Update and remove contacts in the address book.
6. Validations of entered email and phone numbers.
7. Saving data to a storage device.
8. Show the birthdays of contacts with the requested time delta.

Additional functionality:
1. Command input hints.
2. Command correction hints in case of wrong input.
3. Tabled output for all contacts.

Variant 1:
To install the assistant bot use the following command:
```
git clone https://github.com/vladshein/project-team-04.git
pip install .
assistant-bot
```

Variant 2:
To install the assistant bot use the following command:
```
pip install toretto_codeworks
```
After installation, use:
```
assistant-bot
```
command(depending on
your operation system).
