readify

Convert Integer to Human Readable format


Keywords
Humanize, Readable
License
MIT
Install
pip install readify==0.0.1

Documentation

Readify pipeline status

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