A simple tool to unscramble English words.
Go to file
Sayantan Santra 7d444a563b Updated LICENSE 2023-04-10 20:10:19 -05:00
.gitignore Initial commit 2020-06-27 19:28:14 +05:30
LICENSE Updated LICENSE 2023-04-10 20:10:19 -05:00
README.md Updated README.md 2022-01-07 03:01:16 -06:00
Unscrambler Added the main code, binary and wordlists 2020-06-27 19:40:56 +05:30
Unscrambler.cpp Added the main code, binary and wordlists 2020-06-27 19:40:56 +05:30
Wordlist (Line by Line).txt Added the main code, binary and wordlists 2020-06-27 19:40:56 +05:30
Wordlist (Sorted).txt Added the main code, binary and wordlists 2020-06-27 19:40:56 +05:30
Wordlist (Space Separated).txt Added the main code, binary and wordlists 2020-06-27 19:40:56 +05:30

README.md

Unscrambler

A simple tool to unscramble English words.

Dependencies

g++ or any other C++ compiler.

Installation

git clone https://github.com/SinTan1729/Unscrambler
cd Unscrambler
g++ Unscrambler.cpp -o Unscrambler

Or, you can simply use the precompiled binary that's included.

Usage

Just run the binary, and follow the simple instructions.