Skip to content

gasabr/hex-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hex words

a small python script which generates all the possible words from letters: a, b, c, d, e, f. It just creates all permutations and checks them with enchant dictionary.

By default dictionary will be loaded from hex-dictionary.json.

Available features

Find a word from given decimal form

$./hex-words.py --number=2989
	BAD ( 2989 ) --
 of poor quality or a low standard.

Find a definition and number representation of the word

$./hex-words.py --word=bad
 	BAD ( 2989 ) --
of poor quality or a low standard.

Find all words given length

$./hex-words.py --length=4
# list of words

i have not found a word with length 8, so 7 is maximum and 2 is minimum.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages