Skip to content

OUTPUTS all the letter permutations of any given word and HIGHLIGHTS the meaningful words by fetching their definitions from the dictionary.

License

Notifications You must be signed in to change notification settings

haleemyousef/PermuDictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

PermuDictionary

Find out what other meaningful words your name (or whatever word) can make.

PermuDictionary is a python tool that finds out all the possible permutations of an input word and prints out the meaning of words found in the dictionary, presenting them in an elegant manner.

Features:

  • Speed: Pyenchant is used first to filter out the words with meaning, then PyDictionary to fetch meaning.
  • Uniqueness: no duplicates are allowed.
  • no_requirements.txt: the program installs dependencies on its own, no manual work needed.
  • output options: you can choose your output to be on the console or a .txt file.

Contacts:

About

OUTPUTS all the letter permutations of any given word and HIGHLIGHTS the meaningful words by fetching their definitions from the dictionary.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages