Skip to main content

Running via Terminal.

  1. Clone the Repository (only the v1.0.0 branch)
git clone https://github.com/PetarMc1/combination-generator -b v1.0.0
  1. Open a terminal on your computer. On Windows, you can use Command Prompt or PowerShell.

  2. Use the cd command to navigate to the directory where the script is located.

  3. Run the script by executing the following command:

python main.py
  1. The script will prompt you to enter the string of letters and numbers, as well as the desired length of combinations. Enter the required information.

  2. After the script finishes running, you can find the generated combination files in the combinations folder within the script's directory.

Running by Opening the File with Python

  1. Clone the repo (only the v1.0.0 branch)
git clone https://github.com/PetarMc1/combination-generator -b v1.0.0
  1. Navigate to the directory where the script is located using your file explorer or finder. Right-click on the file, then choose "Open with" and select "Python" or your preferred Python interpreter.

  2. Once the script is opened in Python, it will execute automatically.

  3. The script will prompt you to enter the string of letters and numbers, as well as the desired length of combinations. Enter the required information.

  4. After the script finishes running, you can find the generated combination files in the combinations folder within the script's directory.