Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 497 Bytes

Cube_Scrambler

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