Python
Switch branches/tags
Nothing to show

README.md

anagram-solver

banner

python pypi License standard-readme compliant

Solve anagrams from the command line

A python command line tool that provides solutions to anagrams. Solutions come from a list of words that includes 99172 common english words.

Table of Contents

Install

Note: anagram-solver requires python3

$ pip install anagram-solver

Usage

$ anagram_solver  # Your anagram here!

Output:

Solutions:
# Solutions here!

Contribute

PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT © Patrick Harris