Skip to content

kspi/anagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anagrams.py

This is a simple program that tries to generate all anagrams for a phrase, output one per line.

Usage:

python anagrams.py cup of tea

The program tries to use the system dictionary file at /usr/share/dict/words but if you want to use another file, copy it to dict or dict.txt in the current directory. It should contain one word per line.

About

Generate anagrams for a phrase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages