Skip to content

A Python module to make speedcubing projects a piece of cake.

License

Notifications You must be signed in to change notification settings

Samuel-de-Oliveira/PyCubing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCubing

A Python module to make speedcubing projects a piece of cake.

How to install

pip install PyCubing

⚠️ Note: PiPy is not working for this project yet!!!

Usage

This code generate a scramble for a 2x2x2 cube:

from PyCubing import GetScramble

if __name__ == "__main__":
  scramble: list = GetScramble.Cube2x2x2()
  print(f'A 2x2x2 Scramble: {scramble}')

Made in Brazil 🇧🇷

About

A Python module to make speedcubing projects a piece of cake.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages