anagram

I'm a small script that help you get anagram use wordsmith.org.


Keywords
anagram, generate, game
License
MIT
Install
pip install anagram==0.0.6

Documentation

anagram

I'm a small script that help you get anagram use wordsmith.org.

Install

$ pip install anagram

Usage

anagram: normal use, type word or sentence in shell, return anagrams.

Example

Use a single word

$ anagram cat
1. act
2. cat

Use a sentence

$  anagram a dog
1. goad
2. a god
3. a dog
4. ad go

Changelog

  • v0.0.1
    • first version, with base function.

LICENSE

MIT.