Uma biblioteca para cálculos de investimentos.
Project description
Meu Investimento
Uma biblioteca Python para cálculos de investimentos.
Instalação
Você pode instalar a biblioteca via pip:
pip install meu_investimento
Uso
from investimentos import calcular_retorno_investimento, calcular_juros_compostos
valor_inicial = 1000
valor_final = 1500
retorno = calcular_retorno_investimento(valor_inicial, valor_final)
print(f"Retorno do investimento: {retorno:.2f}%")
valor_final_juros = calcular_juros_compostos(valor_inicial, 6, 5)
print(f"Valor final com juros compostos: R${valor_final_juros:.2f}")
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
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 meu_investimento_gigran-0.4.2.tar.gz.
File metadata
- Download URL: meu_investimento_gigran-0.4.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0260c8a2d864eb81e89a0b101989e6631a2844a06dc23a53cf3a51a234050cda
|
|
| MD5 |
e58524e28dda33ec8e5c22517b0b870f
|
|
| BLAKE2b-256 |
a9508f412644bda246540f52c5ff61d64fe688060b56a552dc5bc802bb1b73e8
|
File details
Details for the file meu_investimento_gigran-0.4.2-py3-none-any.whl.
File metadata
- Download URL: meu_investimento_gigran-0.4.2-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
519cb44d6b355bcad9fed17f209ae441898b7a3de61e638b982e25562282bc74
|
|
| MD5 |
7284c6f696ef774a923239f95bb0ccce
|
|
| BLAKE2b-256 |
7b51d68893914100cbc004f528e6c3ceb2bf702d45cfd5c508c5ed8bec264486
|