An open API service indexing awesome lists of open source software.

https://github.com/manasvihow/ask8ball


https://github.com/manasvihow/ask8ball

cli fortheloveofcode

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 🎱 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!


Screenshot 2025-08-14 at 1 15 17 PM

---

### 🚀 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.

---

A project by [Manasvi](https://github.com/manasvihow)