Skip to content

patrickleweryharris/anagram-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anagram-solver

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