Skip to content

afelsen/door-anagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variable Anagram Solver

Created by Adiel Felsen with help from Nicholas Pellegrino

Description

This python application is used to solve anagrams using characters that can represent multiple letters. For example, an "M" can also look like a "W" when flipped, but either letter can only be used once. This program finds all possible anagrams that use up all of the letters provided.

This program also allows the user to input a words to start the anagram with. Inputing "play" and "piano" will find all anagrams starting with "playpiano"

  • If you input a word that cannot be used as an anagram, the program will attempt to use a synonym instead

Inspiration

This program was created to find all possible anagrams that can be made with "Happy Halloween" stickers on our dorm door that were left over from October. Since certain letters could be flipped or turned to represent other letters, a regular anagram solver wouldn't cut it.

Modules

This code utilizes thesaurus which is an unofficial api for thesaurus.com.

Word Banks Used


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages