Una biblioteca de visualización de Quipus con Python
Project description
Quipudigital
Una biblioteca de visualización de Quipus con Python
Estructura del Proyecto
|--assets/ <-- archivos GIF para construir un quipu
|--quipudigital/ <-- Archivos de python
|--setup.py <-- Define el Python build
Uso
Un ejemplo de como usar la biblioteca
import quipudigital.main as qd
numbers =[1000, 2024, 1234 , 5234, 120, 1000]
quipu = qd.Quipu(numbers,x0=-300,y0=110)
quipu.screen.setup(width=0.59, height=0.99)
quipu.draw()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quipudigital-0.1.4.tar.gz
(26.9 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
File details
Details for the file quipudigital-0.1.4.tar.gz.
File metadata
- Download URL: quipudigital-0.1.4.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d1edf5d77586826904ea0ecee1f1dc49eb14ea2c017f7aaa284d2548f03022f
|
|
| MD5 |
cadef0892e3d86c66112de109928fb33
|
|
| BLAKE2b-256 |
c8f8123391895953c4fe949f842625e5237e367d3250ab6c6fc0e34851ce396d
|
File details
Details for the file quipudigital-0.1.4-py3-none-any.whl.
File metadata
- Download URL: quipudigital-0.1.4-py3-none-any.whl
- Upload date:
- Size: 36.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a861a0600c25ce9a0fba20b6f7d22484ae344c44874003bda93363c5b7cbbcd
|
|
| MD5 |
826844005c3776b55333bb7a59d1b69a
|
|
| BLAKE2b-256 |
72b44221e51b9a36b17e1dccc2659351fab60e6777bb213b14794c806d405baf
|