Skip to content

This project is designed to take a given word or string of characters and create every possible permutation

License

Notifications You must be signed in to change notification settings

StrangeRanger/string-permutation

Repository files navigation

String Permutation

Project Tracker Platform Code style: black Codacy Badge

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.

Getting Started

Prerequisites

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)

Installing

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

Usage

To execute the program, simply use the following command:

python3 string-permutation

About

This project is designed to take a given word or string of characters and create every possible permutation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages