Metadata-Version: 2.1
Name: readabform
Version: 0.2
Author: Torrez
Requires: bestErrors
Description-Content-Type: text/markdown

# Readable Format

This module contains a function that helps format an input number into a readable number string.

For example:

print(readabform(1000000000))

Would print the following:

'1 B'
