Numbertoletters

Latest version: v0.1.3

Safety actively analyzes 621892 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.3

Fixed missing white space after 'millones' format

0.1.2

Fixed typos and Improve base code

0.1.1

Strip resulting numbers.

**Before**

python
number_to_letter(1235)
>>> 'mil doscientos treinta y cinco '


**After**

python
number_to_letter(1235)
>>> 'mil doscientos treinta y cinco'

0.1.0

First release of the library.

Includes these fixes:
- Negative support
- Handle `zero` properly

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.