Trabalhe com formatação de números de uma maneira rápido e fácil.
Project description
Trabalhe com formatação de números de uma maneira rápido e fácil.
from lealNumeros import LealNumerosAPI
# Colocar pontuação nos números
print(LealNumerosAPI.numerosPontuados(10000))
# Saida: 10.000
# Colocar simbolos
# Formatos disponÃveis: (8) Mil
# M (Milhão)
# B (Bilhão)
# T (Trilhão)
# Q (Quadrilhão)
# Qi (Quintilhão)
# Sx (Sextilhão)
# Sp (Septilhão)
print(LealNumerosAPI.numerosSimbolos(10000))
# Saida: 10Mil
# Escrever o nome do número (PT-BR)
print(LealNumerosAPI.numerosNome(10000))
# Saida: Dez mil
# Escrever diferenças entre números
print(LealNumerosAPI.numerosDiferenca(10, 5))
ou
print(LealNumerosAPI.numerosDiferenca(5, 10))
# Saida: 5
Discord: silvaleal#7458 Suporte: https://discord.gg/394ChkbKrt
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
lealnumeros-0.0.4.tar.gz
(2.9 kB
view details)
File details
Details for the file lealnumeros-0.0.4.tar.gz.
File metadata
- Download URL: lealnumeros-0.0.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77958817b93d399a4c1f5c8220e79041b7faa00f1fcd06ce0b5d52a40c52a6dc
|
|
| MD5 |
0924fe3bcde48be055616385a7b40ddc
|
|
| BLAKE2b-256 |
c183f7adc37d6ab0536e66671c2036cd1566b04ce304c3a5f30bb82c3ec1bcf7
|