adrianliaw/PyCuber
Fork: 47 Star: 199 (更新于 2024-11-21 23:15:16)
license: MIT
Language: Python .
Rubik's Cube solver in Python
最后发布版本: v0.2.0 ( 2015-06-07 09:52:55)
PyCuber
pip install pycuber
PyCuber is a Rubik's Cube package in Python 2/3
The cube can be revealed as expanded view in the terminal, so it's easy to visualise the cube, just inside the terminal. (Not tested on Windows)
import pycuber as pc
# Create a Cube object
mycube = pc.Cube()
# Do something at the cube.
mycube("R U R' U'")
print(mycube)
We also provided some useful tools to deal with Rubik's Cube formulae.
import pycuber as pc
# Create a Formula object
my_formula = pc.Formula("R U R' U' R' F R2 U' R' U' R U R' F'")
# Reversing a Formula
my_formula.reverse()
print(my_formula)
# Mirroring a Formula object
my_formula.mirror("LR")
print(my_formula)
F R U' R' U R U R2 F' R U R U' R'
F' L' U L U' L' U' L2 F L' U' L' U L
I'll add some documentations later.
主题(topics):
cube, rubik-cube
adrianliaw/PyCuber同语言 Python最近更新仓库
2024-11-23 07:15:18 comfyanonymous/ComfyUI
2024-11-23 02:05:08 hect0x7/JMComic-Crawler-Python
2024-11-22 19:26:55 ultralytics/ultralytics
2024-11-22 18:58:34 home-assistant/core
2024-11-22 08:12:43 jxxghp/MoviePilot
2024-11-22 06:37:14 notepad-plus-plus/nppPluginList