Metadata-Version: 2.1
Name: wordle-python
Version: 1.0.10
Summary: The popular word game recreated in Python, deployable with custom answers.
Home-page: UNKNOWN
Author: Prerit Das
Author-email: <preritdas@gmail.com>
License: UNKNOWN
Description: # Wordle
        
        More to come here shortly. Usage is simple:
        
        ```python
        import wordle
        
        game = wordle.wordle(word = 'HELLO') # where hello is replaced with the answer to the Wordle.
        game.run()
        ```
Keywords: python,covid,rest,information,wrapper
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
