Name | lealnumeros JSON |
Version |
1
JSON |
| download |
home_page | |
Summary | Trabalhe com formatação de números de uma maneira rápido e fácil. |
upload_time | 2023-07-04 20:57:42 |
maintainer | |
docs_url | None |
author | José Rodolfo |
requires_python | |
license | MIT License |
keywords |
lealnumeros
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
```python
from lealNumeros import LealNumerosAPI
# Put punctuation in numbers
print(LealNumerosAPI.numerosPontuados(10000))
# Output: 10.000
# Put symbols
# Available formats: (8) (pt-Br: mil | en: Thousand (Multiple languages))
# M (Million)
# B (Billion)
# T (Trillion)
# Q (Quadrillion)
# Qi (Quintillion)
# Sx (Sextillion)
# Sp (Septillion)
print(LealNumerosAPI.numerosSimbolos(10000))
# Output: 10Mil
# Write the name of the number
print(LealNumerosAPI.numerosNome(100, lang='pt-br')) # Multiple language (Exemplo: en (ENGLISH))
# Output: Cem (pt-br)
# Write differences between numbers
print(LealNumerosAPI.numerosDiferenca(5, 10))
# Output: 5
# Write differences between days
print(f'{LealNumerosAPI.dataDiferenca(1, 2, 2023)} Days')
# Calculator
account = input('What is the mathematical account? (ex .: 10 + 5)')
result = LealNumerosAPI.numerosCalculadora(account)
print(result)
# CHANGELOGS -> https://discord.com/invite/394ChkbKrt
# 0.0.6 - Added multiple languages
# 0.0.5 - Added function to calculate (add, subtract, multiply and divide)
# 0.0.5 - Added function to compare days (by date: day/month/year)
# 0.0.4 - Added function to compare difference between numbers.
```
---
Discord: silvaleal#7458
Suporte: [https://discord.gg/394ChkbKrt](https://discord.gg/394ChkbKrt)
Raw data
{
"_id": null,
"home_page": "",
"name": "lealnumeros",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "lealnumeros",
"author": "Jos\u00e9 Rodolfo",
"author_email": "silvaleal.ctt@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/dd/58/290ff27d43bed60b06dda84016d26d978f06678944f6ef2323242a85ee5c/lealnumeros-1.tar.gz",
"platform": null,
"description": "\r\n```python\r\nfrom lealNumeros import LealNumerosAPI\r\n\r\n# Put punctuation in numbers\r\nprint(LealNumerosAPI.numerosPontuados(10000))\r\n# Output: 10.000\r\n\r\n# Put symbols\r\n # Available formats: (8) (pt-Br: mil | en: Thousand (Multiple languages))\r\n # M (Million)\r\n # B (Billion)\r\n # T (Trillion)\r\n # Q (Quadrillion)\r\n # Qi (Quintillion)\r\n # Sx (Sextillion)\r\n # Sp (Septillion)\r\nprint(LealNumerosAPI.numerosSimbolos(10000))\r\n# Output: 10Mil\r\n\r\n# Write the name of the number\r\nprint(LealNumerosAPI.numerosNome(100, lang='pt-br')) # Multiple language (Exemplo: en (ENGLISH))\r\n# Output: Cem (pt-br)\r\n\r\n# Write differences between numbers\r\nprint(LealNumerosAPI.numerosDiferenca(5, 10))\r\n# Output: 5\r\n\r\n# Write differences between days\r\nprint(f'{LealNumerosAPI.dataDiferenca(1, 2, 2023)} Days')\r\n\r\n# Calculator\r\naccount = input('What is the mathematical account? (ex .: 10 + 5)')\r\nresult = LealNumerosAPI.numerosCalculadora(account)\r\nprint(result)\r\n\r\n# CHANGELOGS -> https://discord.com/invite/394ChkbKrt\r\n# 0.0.6 - Added multiple languages\r\n# 0.0.5 - Added function to calculate (add, subtract, multiply and divide)\r\n# 0.0.5 - Added function to compare days (by date: day/month/year)\r\n# 0.0.4 - Added function to compare difference between numbers.\r\n```\r\n\r\n---\r\n\r\nDiscord: silvaleal#7458\r\nSuporte: [https://discord.gg/394ChkbKrt](https://discord.gg/394ChkbKrt)\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Trabalhe com formata\u00e7\u00e3o de n\u00fameros de uma maneira r\u00e1pido e f\u00e1cil.",
"version": "1",
"project_urls": null,
"split_keywords": [
"lealnumeros"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "dd58290ff27d43bed60b06dda84016d26d978f06678944f6ef2323242a85ee5c",
"md5": "1f6dac9eb3e53e512125bb262a620daa",
"sha256": "c773fe730b75102a8c3135c4f9c52474c0ab56b5341b833448be89ee18239113"
},
"downloads": -1,
"filename": "lealnumeros-1.tar.gz",
"has_sig": false,
"md5_digest": "1f6dac9eb3e53e512125bb262a620daa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3774,
"upload_time": "2023-07-04T20:57:42",
"upload_time_iso_8601": "2023-07-04T20:57:42.367849Z",
"url": "https://files.pythonhosted.org/packages/dd/58/290ff27d43bed60b06dda84016d26d978f06678944f6ef2323242a85ee5c/lealnumeros-1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-04 20:57:42",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "lealnumeros"
}