No project description provided
Project description
Address Book Bot
Description
This bot is designed for managing contacts and birthdays in an address book. It supports a set of commands for creating, modifying, and viewing contacts and birthdays.
Installation
1.Ensure you have Python 3.6 or higher installed.
pip install taipan-assistant==1.0.10
Install and run the Bot
To run the bot, use the following command:
taipan-assistant
How to run as local package
python -m pip install -e . - run it in the root of the repository. You should see folder taipan_assistant-* in the .venv/lib/python3.*/site-packages and a taipan-assistant in a .venv/bin directory
taipan-assistant - run as a binary name.
Commands
Here is a list of available commands and their descriptions:
- help: Prints a list of available commands.
- hello: Prints a greeting message.
- add [name] [phone number]: Creates a new contact with the specified phone number.
- change [name] [phone number]: Changes the phone number of an existing contact.
- phone [name]: Prints the phone number of the specified contact.
- all: Prints all contacts.
- add-birthday [name] [birthday]: Adds a birthday to the specified contact.
- show-birthday [name]: Prints the birthday of the specified contact.
- birthdays: Prints all birthdays.
- close or exit: Terminates the program.
Usage Examples
- To add a new contact:
add John 123-456-7890
- To change a contact's phone number:
change John 987-654-3210
- To view a contact's phone number:
phone John
- To add a birthday to a contact:
add-birthday John 1990-01-01
- To view a contact's birthday:
show-birthday John
- To exit the program:
close exit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taipan_assistant-1.0.11.tar.gz.
File metadata
- Download URL: taipan_assistant-1.0.11.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
639c98023b9f32c4627bbe7fb16fd756dc44275e31ad3d845b93d1e4a888063c
|
|
| MD5 |
cd7ef00a70a03e73613dc31014d454c6
|
|
| BLAKE2b-256 |
34c1f0cf38a884e5fa06703067cd0a6e4dfa6bb2621530601359f0be07cf8e2a
|
File details
Details for the file taipan_assistant-1.0.11-py3-none-any.whl.
File metadata
- Download URL: taipan_assistant-1.0.11-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8e486a5778f471b71e087472871daaf91c3f09f0fe2a83dfa1e73e7d178eee7
|
|
| MD5 |
d001a31acbbc4cad74232d1a3f0264c4
|
|
| BLAKE2b-256 |
78a4a39463e3d43b5db21eb84280cb1dd84dd1c1060c1bacfcf80dd11f57b661
|