A Python module to make speedcubing projects a piece of cake.
Project description
PyRubik
A Python module to make speedcubing projects a piece of cake.
How to install
pip install pyrubik
Usage
This code generate a scramble for a 2x2x2 cube:
from PyRubik import GetScramble
if __name__ == '__main__':
scramble: list = GetScramble.Cube2x2x2() # Create the scramble
print(f'A 2x2x2 Scramble: {scramble}') # Show it
Made in Brazil :brazil:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrubik-0.1.tar.gz
(4.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyrubik-0.1-py3-none-any.whl
(5.8 kB
view details)
File details
Details for the file pyrubik-0.1.tar.gz.
File metadata
- Download URL: pyrubik-0.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ce4dae1a4c15f716ef23b95d8e46717a712bdb4f981f16e361e262c194d051a
|
|
| MD5 |
931ba6a9205b7647093462d9efeb2c48
|
|
| BLAKE2b-256 |
4e495e8303dfe5ab4b1a128533bcc6113e1699cb0139483a4f7f310e04e1d7cd
|
File details
Details for the file pyrubik-0.1-py3-none-any.whl.
File metadata
- Download URL: pyrubik-0.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec7e58096baac3f2d4823bea634ed71e800bd5dc6a90f1154cac48973d303f43
|
|
| MD5 |
b293cd217337ec3aba7cc084eed92a70
|
|
| BLAKE2b-256 |
29e92dbce02a0b5dc59657b269dc890f6a7a3d1bdef6e090aef1d8a5958bf102
|