Skip to main content

A CLI application that helps to manage contacts and notes.

Project description

Neoassistant Bot

Neoassistant Bot is a Python-based assistant that allows you to manage contacts and notes through a command-line interface. This README will guide you through using the bot and provide essential information about the codebase.

Table of Contents

Features

Prerequisites

Usage

Commands

License

Features

  • Manage Contacts: Add, update, delete, and search for contacts.

  • Manage Notes: Add, update, delete, and search for notes.

  • Command-Line Interface (CLI): Interact with the bot using commands.

  • Data Persistence: The bot can save and load data to/from a binary file.

Prerequisites

Before using Neoassistant Bot, ensure you have the following dependencies installed:

  • Python 3.x

  • Required Python packages (specified in the code)

Usage

  1. You can install the application via pip to your local machine (for Mac use pip3 command):
pip install neoassistant
  1. Run the main Python script anywhere in the console (two options):
python -m neoassistant
# or you can write the following command anywhere in the console:
neoassistant
  1. The bot will start, and you can interact with it by entering commands.

Commands

The bot supports the following commands:

  • add: Add a new contact.

  • change: Change a contact.

  • delete: Delete a contact.

  • show: Show contact information.

  • all: Show all contacts.

  • show-birthdays: Show upcoming birthdays.

  • filter: Filter contacts by criteria.

  • add-note: Add a new note.

  • change-note: Change a note.

  • delete-note: Delete a note.

  • show-note: Show a note.

  • all-notes: Show all notes.

  • filter-notes: Filter notes by criteria.

  • filter-notes-by-tags: Filter notes by tags.

  • exit or close: Exit the program.

  • help: Show available commands.

The bot provides suggestions for commands if a command is not recognised.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to modify and expand upon this README as needed for your project. You can include information about the code structure, additional usage examples, or any other relevant details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neoassistant-0.1.4.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

neoassistant-0.1.4-py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page