Metadata-Version: 2.4
Name: nlpcmd
Version: 0.0.3
Summary: Small natural-language-like CLI helper for Windows CMD (and cross-platform basics).
Author-email: Avik Pramanick <avik.pramanick@gmail.com>
License-Expression: MIT
Keywords: cli,nlp,windows
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# nlpcmd

Type `nlpcmd` in your terminal to start an interactive prompt, or run `nlpcmd what is my ip` to execute a single natural-language command.

Examples:
- `nlpcmd what is my ip`
- `nlpcmd show my ip`
- `nlpcmd who am i`
- `nlpcmd say hello to avik`
- `nlpcmd ping example.com`

Extend by editing `nlpcmd/engine.py` (intent patterns) and `nlpcmd/actions.py` (action implementations).
