Metadata-Version: 2.1
Name: pyscramblesgenerator
Version: 0.0.0.1
Summary: A small package for generating rubiks cube scrambles
Home-page: https://github.com/pypa/sampleproject
Author: BadSch00lBoy
Author-email: artiomroshkoff@gmail.com
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

pyscramblesgenerator.generate_scramble("cube type", N)
"cube type" can be "2x2x2" up to "7x7x7", plus pyraminx, skewb and megaminx
N can be anything that is integer/ Example: 28

So it should look like this: pyscramblesgenerator.generate_scramble("3x3x3", 28)
