A small script to descramble a word whose letters were reordered randomly.
Example: bsmlecra => scramble
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
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.
The creation of this script was inspired by a riddle that Teamfight Tactics posted on Twitter: