Una biblioteca de visualización de Quipus con Python
Project description
Quipudigital
Una biblioteca de visualización de Quipus con Python
Estructura del Proyecto
|--quipudigital/ <-- Archivos de python
| |--assets/ <-- archivos GIF para construir un quipu
|
|--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.5.tar.gz
(26.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
File details
Details for the file quipudigital-0.1.5.tar.gz.
File metadata
- Download URL: quipudigital-0.1.5.tar.gz
- Upload date:
- Size: 26.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6cc43375e2fb9a7135a2dc796dce6458b05dbea011b7235dd9b202152a5f71b
|
|
| MD5 |
c9e9e8b5cdce5e9669a140aae498e890
|
|
| BLAKE2b-256 |
531f5cef32965f1b6d052342b7f630b661f9560913b5a838248b170249975a33
|
File details
Details for the file quipudigital-0.1.5-py3-none-any.whl.
File metadata
- Download URL: quipudigital-0.1.5-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.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
105bc9b4daf176fbb689aceb472300310f05528104719302900d6f863aa90f95
|
|
| MD5 |
1096b675e5bd70c040bb4c45a6bbf51c
|
|
| BLAKE2b-256 |
3febcdf88a9e5ad82782948b3b9d0fcd88274520b1110f548a4e925ddf2725e3
|