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

https://github.com/squidkid-deluxe/8-ball

Simple ASCII magic 8-Ball
https://github.com/squidkid-deluxe/8-ball

ascii-art ascii-game magic-8-ball python3

Last synced: 3 months ago
JSON representation

Simple ASCII magic 8-Ball

Awesome Lists containing this project

README

        

# Magic Ball

This is a simple script, just over 100 lines of code, that imatates the classic Magic 8-Ball.

## Dependences:
- magic_ball.py:
- python >= 3.6
- random (standard python module, no need to install)