Skip to content

Descramble a word whose letters were reordered randomly.

License

Notifications You must be signed in to change notification settings

lukiwieser/word-descrambler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Descrambler

A small script to descramble a word whose letters were reordered randomly.

Example: bsmlecra => scramble

Get Started

This project requires Python 3 to be installed on your machine.

First the project has to be downloaded. Then the required libraries can be installed by executing the following command in the project folder:

pip install -r requirements.txt

Then the script can be executed with the following command:

python main.py -w bsmlecra

Further Information

Currently only one input word is supported, so it is not possible to descramble whole sentences. There currently is also only support for the English language.

If you need more complex deciphers, check out Ciphey. Their tool is really powerful.

Inspiration

The creation of this script was inspired by a riddle that Teamfight Tactics posted on Twitter: tft-twitter-post

Releases

No releases published

Packages

No packages published

Languages