Skip to content

Python based command line program to find all anagrams of a given English word from a pre-defined database of English words.

Notifications You must be signed in to change notification settings

michaelwoodroof/Anagram-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anagram Finder

Python based command line program to find aall anagrams of a given English word from a pre-definied database of english words. This program was created to demostrate thorough understanding of the dictionary data structure and how unittests can be used to verify the validity of a program.

How to Run: To run program to find an Anagram of a word use the following: python anagramfinder.py -f datasets/english.txt
To run unittests on the program use: python anagramfinder -t

About

Python based command line program to find all anagrams of a given English word from a pre-defined database of English words.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages