Metadata-Version: 1.1
Name: wordler
Version: 0.1.3
Summary: solves the wordle word puzzle
Home-page: https://github.com/martino-vic/wordler
Author: Viktor Martinović
Author-email: viktormartin95@hotmail.com
License: MIT
Download-URL: https://github.com/martino-vic/wordler/archive/refs/tags/v0.1.tar.gz
Description: solve wordle (https://www.powerlanguage.co.uk/wordle)
        =====================================================
        
        A program to support you to solve the wordle puzzles.
        
        installation
        ------------
        
        ::
        
           $ pip install wordler
        
        alternatively clone or download this repository and run
        ``python wordler.py`` from the root directory.
        
        usage
        -----
        
        Use a pangram like “vogue jacks blitz dwarf nymph” for the first five
        guesses. Then run:
        
        .. code:: python
        
           >>> from wordler import wordler
           >>> wordler.main()
        
        and answer the questions.
        
        dependencies
        ------------
        
        if you cloned or downloaded this repository, run
        ``pip install anagram-solver``
        (https://github.com/patrickleweryharris/anagram-solver) before you
        start.
        
Keywords: wordle,puzzle,anagram
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
