Metadata-Version: 2.1
Name: shell-whiz
Version: 0.1.6
Summary: Shell Whiz: AI assistant right in your terminal
Author: Tamerlan Bimzhanov
Author-email: bimzhanovt.net@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: inquirer (>=3.1.3,<4.0.0)
Requires-Dist: openai (>=0.27.8,<0.28.0)
Requires-Dist: prompt-toolkit (>=3.0.39,<4.0.0)
Requires-Dist: yaspin (>=2.3.0,<3.0.0)
Description-Content-Type: text/markdown

![PyPI](https://img.shields.io/pypi/v/shell-whiz)
![GitHub stars](https://img.shields.io/github/stars/beimzhan/shell-whiz)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/beimzhan/shell-whiz)
![GitHub license](https://img.shields.io/github/license/beimzhan/shell-whiz)

# Shell Whiz: AI assistant right in your terminal
Shell Whiz will help you generate shell commands from your natural language queries. It is powered by OpenAI's `gpt-3.5-turbo` and is free to use.

## All features
- **Pay as you go:** you only pay for what you use; no subscription is required. Just receive an API key from https://platform.openai.com/account/api-keys.
- **Easy to install:** run `pip install shell-whiz` and you're good to go.
- **Easy to use:** Shell Whiz is a command-line tool.
    - Run `sw ask` to generate shell commands from your natural language queries.
    - Run `sw explain` to get an explanation of any shell command.

## License
Shell Whiz is licensed under the GNU General Public License v3.0. See [LICENSE](LICENSE) for more information.

