Metadata-Version: 2.1
Name: magic8ball
Version: 1.1.2
Summary: Magic 8 ball answers.
Home-page: https://github.com/realcyguy/magic8ball
Author: Cyrus Yip
Author-email: cyruscmyip1@gmail.com
License: UNKNOWN
Description: # magic8ball package
        
        Gets a list of magic 8 ball responses.
        
        ### Usage
        ```
        import magic8ball
        import random
        
        ball = magic8ball.list
        print(random.choice(ball))
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
