Running via Terminal.
- Clone the Repository (only the
v1.0.0
branch)
git clone https://github.com/PetarMc1/combination-generator -b v1.0.0
-
Open a terminal on your computer. On Windows, you can use Command Prompt or PowerShell.
-
Use the
cd
command to navigate to the directory where the script is located. -
Run the script by executing the following command:
python main.py
-
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.
-
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
- Clone the repo (only the
v1.0.0
branch)
git clone https://github.com/PetarMc1/combination-generator -b v1.0.0
-
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.
-
Once the script is opened in Python, it will execute automatically.
-
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.
-
After the script finishes running, you can find the generated combination files in the
combinations
folder within the script's directory.