Contacts Bot is a Python-based terminal application for managing your contacts efficiently. With this bot, you can add, delete, and edit contacts, as well as keep track of birthdays and additional notes for each contact. It’s an ideal tool for anyone looking to organize their contacts directly from the command line.
add-contact <name>
change-contact <name>
delete-contact <name>
search-contact <input>
show-phones <name>
show-birthday <name>
birthdays [<number_of_days>]
add-note <note text>
change-note <id> <new_text>
delete-note <id>
search-note <input>
. Usage by tags: search-note #<tag> #<tag2>
add-note-tag <id> <tag1> [<tag2> ... <tagN>]
delete-note-tag <id> <tag>
Clone the repository:
git clone https://github.com/bonny-art/code-crafters-tp-01
cd code-crafters-tp-01
Install the package:
pip install .
Run the bot with the command:
run-bot
main.py
Install dependencies:
pip install -r requirements.txt
Run the bot:
python main.py
Add a new contact by providing the necessary details such as name, phone numbers, emails, birthday, and address:
```
python main.py
add Name
1234567890
n
example@email.com
n
address
01.01.1999
```
View all your contacts:
```
all
```
For other commands details please run 'help' command