Convert Integer to Human Readable format
Project description
Readify
Convert Integer to Human Readable format
Demo
Demo on Repl.it
Install
$ pip install readify
Usage
from readify import readify
print(readify(1545451548515484))
#=> 1545.5T
print(readify(736572365, 5))
#=> 736.57236M
API
readify(input)
Type: number
readify(input, fraction_point)
Type: number
and number
Number to humanize. Fraction Point
License
MIT Yoginth
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
readify-1.0.0.tar.gz
(1.8 kB
view hashes)