Uma biblioteca para cálculos de investimentos. Simulador de investimentos para estudos
Project description
Meu Investimento
Uma biblioteca Python para cálculos de investimentos.
Ideal para simular retorno percentual e aplicar juros compostos de forma simples.
📦 Instalação
Você pode instalar a biblioteca via pip:
pip install meu_investimento_stransky
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
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
teste_stransky-0.4.tar.gz
(2.2 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 teste_stransky-0.4.tar.gz.
File metadata
- Download URL: teste_stransky-0.4.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7542eac5bd159267855d5d3bfcfa6fe72b442169bb59541b64171f800ad60680
|
|
| MD5 |
cc2675e24b2449ac0a27548963368fff
|
|
| BLAKE2b-256 |
900c3895338f5b7ebe14bf3dae133adac1fd8dd1637e1f973dfda13fc245003d
|
File details
Details for the file teste_stransky-0.4-py3-none-any.whl.
File metadata
- Download URL: teste_stransky-0.4-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b35d20407db4a9dbfeb8f430d4767adf5c790e80b1038c359e7056b10abb578
|
|
| MD5 |
0a5753a61f365630d3c395063a0f36d3
|
|
| BLAKE2b-256 |
0806c6904d20d3ecefaf10942940bf5e04b1d48a4799afdb64f6abdcd0902421
|