A Script for creating scramble code for Rubik's Cube using minimal dependencies.
This program is licensed under GPL V3.
usage: main.py [-h] [-n --min MINRANGE] [-x --max MAXRANGE]
Script options optional arguments: -h, --help show this help message and exit
required arguments: -n MINRANGE, --min MINRANGE The min range of the random generator -x MAXRANGE, --max MAXRANGE The max range of the random generator