This project is designed to take a given word or string of characters and create every possible permutation.
While this isn't a huge project, there are a few things that might need explaining or would be good to know. Click here to take a look at the wiki.
To install dependencies for Inspector, run either of the following commands:
python3 -m pip install -r requirements.txt
(installs globally)pipenv install -r requirements.txt
(installs locally via pipenv)
All you need to do is download the repository. There are no binaries or anything to install.
git clone https://github.com/StrangeRanger/string-permutation
To execute the program, simply use the following command:
python3 string-permutation