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.5.tar.gz
(3.4 kB
view details)
File details
Details for the file lealnumeros-0.0.5.tar.gz.
File metadata
- Download URL: lealnumeros-0.0.5.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48e2297bbd135b22cabb023bbdf5bae78aef472bef878d5d44f595c23ef88935
|
|
| MD5 |
cf20999b77d3cc3f17577bb9249e1671
|
|
| BLAKE2b-256 |
7aa0074c4d8b97ca044105df5dbef0d6799ff9c2558ece62539f1c220534d6bb
|