Librería de economía simulada con cuentas, inflación y banco
Project description
xveco
Librería de economía simulada en Python.
💰 Características
- Cuentas con dinero en céntimos
- Transferencias entre usuarios
- Sistema de inflación
- Banco con dinero limitado
- Préstamos con interés
- Sistema de deuda
🚀 Ejemplo básico
import xveco
coin = xveco.Currency("XCoin", "X", 0.5, "🪙")
santi = xveco.Account("Santi", coin)
pepe = xveco.Account("Pepe", coin)
santi.deposit(100)
pepe.deposit(50)
santi.transfer(pepe, 25)
coin.apply_inflation(10)
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
xveco-1.0.1.tar.gz
(2.6 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
xveco-1.0.1-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file xveco-1.0.1.tar.gz.
File metadata
- Download URL: xveco-1.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
360b7a84a2868cd618ab747447771717fc4ce399ccab5448f6be9c1c1172a733
|
|
| MD5 |
21306d581ede6babe782d3e803288b86
|
|
| BLAKE2b-256 |
6add36d9449b18851df8a303d5329996d65d30f6ab31fbe6d15002942f12e5ec
|
File details
Details for the file xveco-1.0.1-py3-none-any.whl.
File metadata
- Download URL: xveco-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb3dcc452e7461b5c719495b5883442ad9457e7c9f45ae9a77dc75a9fab9b0fd
|
|
| MD5 |
9dfd0484d88ae0598eb522d1ddfbca02
|
|
| BLAKE2b-256 |
556738b476990299e7b5510087a12b379bba0f4d373553554da2bfae46ee5947
|