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 hashes)