Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Millie

A Nim package that converts big numbers to what's pleasant to see (an adorable, little girl, perhaps?).

🤢 Before ✨ After
4200 4.2K
10000 10k
1000040000 1.00004B

For more examples, see example directory.

Usage

import millie;

millify(4200) # 4.2K
    
millify(10000, lowercase=true) # 10k
    
millify(
    1250000,
    space=true,
    lowercase=true,
    precision=3
) # 1.25 m

Options

Name Type Default Description
precision int 1 Decimal places to round
lowercase bool false Whether to use lowercase abbreviation
space bool false Whether to add a space between the number and the abbreviation

Features and Bugs

Please file an issue!

About

Convert big numbers to what's pleasant to see (an adorable, little girl, perhaps?)

Topics

Resources

Stars

Watchers

Forks

Releases

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.