Package provides a simple CLI tool to be used as a personal assistant
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. 2.Install the necessary dependencies if any (e.g., if using prompt_toolkit):
pip install prompt_toolkit
Running the Bot
To run the bot, use the following command: python main.py
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.2.tar.gz.
File metadata
- Download URL: taipan_assistant-1.0.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e797a599b4ded507a503305913797daffdce6608d9cb77ec0d0b9fefa658424
|
|
| MD5 |
bac7584c5baef53d35ef5000e119777d
|
|
| BLAKE2b-256 |
d2de70337753232adbcc028a91690f0b20d51cc045026772284318989323b654
|
File details
Details for the file taipan_assistant-1.0.2-py3-none-any.whl.
File metadata
- Download URL: taipan_assistant-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.0 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 |
98b5f449b7f0adbed7e65fe9576d5c1f2e492f88b77016cba9839de9527e6f66
|
|
| MD5 |
46431c9441dd80ae3fa1e7f79e49b184
|
|
| BLAKE2b-256 |
8fb333393880742e04aa870288ff834a5b80ce54c69655797c6350551d3e9130
|