Metadata-Version: 2.1
Name: protai
Version: 0.2.0
Summary: A useful 0-Shot AI in the terminal
Home-page: https://github.com/protik09/terminal-ai
Author: Protik Banerji
Author-email: protik09@users.noreply.github.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
Requires-Dist: setuptools
Requires-Dist: wheel
Requires-Dist: groq
Requires-Dist: rich
Requires-Dist: keyring
Requires-Dist: prompt-toolkit


# terminal-ai

A Python application that takes user input in the terminal, sends it to Groq AI, and prints the output to the terminal.

## Usage

To use this application, simply run the following command in your terminal:

```bash
protai <query>
```

For example:

```bash
protai What is the capital of France?
```

Then, enter your input in the terminal, and the application will send it to Groq AI and print the output to the terminal.

## Requirements

* Python 3.10 or later
* Groq AI API key (available at [Groq AI website](https://groq.ai))

## Contributing

Contributions are welcome! If you'd like to contribute to this application, please fork the repository and submit a pull request.

## License

This application is licensed under the MIT License. See [LICENSE](LICENSE) for details.
