haleemyousef / PermuDictionary

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%