Metadata-Version: 2.4
Name: selok-what-to-eat
Version: 1.0.2
Summary: A simple command-line tool to suggest meals.
License: MIT
License-File: LICENSE
Keywords: meal,suggestion,cli,python
Author: Selok
Author-email: selokyeung@gmail.com
Requires-Python: >=3.9.0,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Project-URL: Homepage, https://github.com/Selok-Dev/what-to-eat
Project-URL: Repository, https://github.com/Selok-Dev/what-to-eat
Description-Content-Type: text/markdown

# Meal Suggestions CLI

This project provides a command-line interface (CLI) tool that suggests meals based on predefined options. It is designed to help users decide what to eat easily.

## Installation

To install the package, you can use pip. Clone the repository and run the following command:

```bash
pip install .
```

Alternatively, you can install it directly from PyPI (once published):

```bash
pip install what-to-eat
```

## Usage

After installation, you can use the command `what-to-eat` in your terminal to get meal suggestions. 

```bash
what-to-eat
```

## Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

## License

This project is licensed under the MIT License. See the LICENSE file for more details.
