Pacote simples para conversao de unidades.
Project description
conversor_andre_conforti
Descrição.
O pacote conversor_unidades é utilizado para realizar conversões simples entre diferentes unidades de medida.
Ele oferece funções para converter:
- Temperatura: Celsius para Fahrenheit e vice-versa.
- Comprimento: Metros para centímetros e vice-versa.
Instalação
Utilize o gerenciador de pacotes pip para instalar o conversor_unidades:
pip install conversor-andre-conforti
Uso
from conversor_unidades.temperatura import celsius_para_fahrenheit
from conversor_unidades.comprimento import metros_para_centimetros
# Convertendo temperatura
temperatura_celsius = 25
temperatura_fahrenheit = celsius_para_fahrenheit(temperatura_celsius)
print(f"{temperatura_celsius}°C equivalem a {temperatura_fahrenheit:.2f}°F")
# Convertendo comprimento
comprimento_metros = 1.5
comprimento_centimetros = metros_para_centimetros(comprimento_metros)
print(f"{comprimento_metros}m equivalem a {comprimento_centimetros}cm")
Author
André Conforti
Versão
0.0.2
License
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
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 conversor_andre_conforti-0.0.2.tar.gz.
File metadata
- Download URL: conversor_andre_conforti-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
119d4749f787ffb235ab963488174b099e7a4a379215b8939034d85cc3643dbf
|
|
| MD5 |
c73a54603fd913adf13d6d7216571da8
|
|
| BLAKE2b-256 |
46f6fc57479d75ad97686b3cee8416eaa69758ec05163ef4c3294150013a049b
|
File details
Details for the file conversor_andre_conforti-0.0.2-py3-none-any.whl.
File metadata
- Download URL: conversor_andre_conforti-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a36bb93fc012847d9e1383547dfe03d70f26aeaaaf7cc98a8c5088bbddc9ce79
|
|
| MD5 |
136e7427567d36646f8fb833b047340e
|
|
| BLAKE2b-256 |
41965ac3327a3713f66a094384a4e399ea873abdc91901be795f7cfab305b30e
|