Metadata-Version: 2.4
Name: ask8ball
Version: 1.0.0
Summary: A classic Magic 8-Ball for your terminal.
Author-email: Manasvi Bathula <manasvi.bathula@gmail.com>
License: Copyright (c) 2025 Manasvi Bathula
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 🎱 Magic 8 Ball CLI 🎱

[![PyPI version](https://badge.fury.io/py/magic8ball.svg)](https://badge.fury.io/py/magic8ball)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Why make hard decisions when you can delegate them to the cold, hard logic of random chance?

This project is a classic Magic 8 Ball that lives in your terminal. Ask it any yes-or-no question and let fate decide!

---

### 🚀 Installation

You can install this tool using `pip`:

```bash
pip install ask8ball
````

---

### ✨ Usage

Using it is simple. Just type `8ball` followed by your question in quotes.

```bash
> 8ball "Should I deploy this on a Friday?"
> My sources say no.

> 8ball "Will I become a Python packaging expert?"
> Without a doubt.
```

---

### 🤝 Contributing

Have a funny or clever answer you want to add? Contributions are welcome\! Feel free to open a pull request to add your favorite responses to the `answers.txt` file.

---



