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

https://github.com/realcyguy/magic8ball

A package for 8 ball responses.
https://github.com/realcyguy/magic8ball

8ball magic magic8ball python python-module python3

Last synced: 10 months ago
JSON representation

A package for 8 ball responses.

Awesome Lists containing this project

README

          

# magic8ball package

Gets a list of magic 8 ball responses.

### Usage
```
import magic8ball
import random

ball = magic8ball.list
print(random.choice(ball))
```