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.
Note: anagram-solver requires python3
$ pip install anagram-solver
$ anagram_solver # Your anagram here!
Output:
Solutions:
# Solutions here!
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.
MIT © Patrick Harris