100000 ----> 100,000
Project description
this package is for separating numbers for better display for example: 10000 —-> 10,000 129000.89 —> 129,000.89
to import the pack
just use: import NumSeparator
perform separation
separated = NumSeparator.separate(numbers = 1000.38) print(separated)
output: 1,000.38
github: https://github.com/coldsober-irene
Change Log
0.0.1 (15/02/2022)
First release
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
NumSeparator-0.0.1.tar.gz
(2.0 kB
view details)
File details
Details for the file NumSeparator-0.0.1.tar.gz
.
File metadata
- Download URL: NumSeparator-0.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76fea0a11cd5b5acb6b7109e966810a604df7069d6272e4bac589f5eecf31587 |
|
MD5 | bac42de4c0f8a44c31f5c6654aaefc9e |
|
BLAKE2b-256 | 189c155f3be3c07764988d84f5dc69551b8e14725ded090416c90a4c762ece37 |