https://github.com/manasvihow/ask8ball
https://github.com/manasvihow/ask8ball
cli fortheloveofcode
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manasvihow/ask8ball
- Owner: manasvihow
- License: mit
- Created: 2025-08-06T10:16:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T07:47:29.000Z (11 months ago)
- Last Synced: 2026-05-03T21:36:34.335Z (3 months ago)
- Topics: cli, fortheloveofcode
- Language: Python
- Homepage: https://pypi.org/project/ask8ball/
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎱 Magic 8 Ball CLI 🎱
[](https://badge.fury.io/py/magic8ball)
[](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.
---
A project by [Manasvi](https://github.com/manasvihow)