A solver for wordgames such as scrabble and countdown
pip3 install wordgame --upgrade --userpip3 install wordgame --index-url https://test.pypi.org/simple/ --upgrade --userpython3 -m pip install . --userpython3 -m wordgame -n 10 fdofieasgWhich should result in words such as offside.
To run linting, unit tests and package building run the following.
makemake checkor
flake8make testor
python3 -m unittestmake buildor
python3 setup.py sdist bdist_wheelEnsure that the version number is distinct from the previous version.
twine upload --repository-url https://test.pypi.org/legacy/ dist/*twine upload dist/*source: https://www.instructables.com/id/Python-and-Word-Lists/