Skip to main content

CLIA - Command Line Intelligent Assistant

Project description

A Command Line Intelligent Assistant (CLIA, pronounced as clea) build using Python.

Installation

pip install cia

How to run

python -m clia tell-me "YOUR QUERY HERE"

Note

  • The query is matched using regular expressions, so there is no limitation on the order of the words in your query.
  • Even though in the examples below, the output is just single-colored, the actual response in your terminal will be colored and highlighted based on the query

Example commands

Some Basic greetings and closings like

python -m clia tell-me "Hi."
python -m clia tell-me "How are you?"
python -m clia tell-me "Good morning!"
python -m clia tell-me "Bye, goodnight!"
python -m clia tell-me "What is your name?"

clia-basic

Ask date and time

python -m clia tell-me "What time is it?"
python -m clia tell-me "Tell me the date"

clia-basic

Ask to search on web

python -m clia tell-me "Search funny dog videos on Youtube"
python -m clia tell-me "Search about What is Python?"
python -m clia tell-me "Search ramanujan on wikipedia"

clia-basic

Lighten up your mood

python -m clia tell-me "Tell me a joke"

clia-basic

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

clia-0.1.1.tar.gz (4.9 kB view hashes)

Uploaded Source

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