Skip to content

Simple and silly Python package to print numbers using Emoji digits.

License

Notifications You must be signed in to change notification settings

leriomaggio/nomoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoMoJi

NoMoJi (Number-Emoji) is a simple and silly Python package to print integer numbers using Emoji digits.

Plus there is also a fancy GAME_DIE to use for apps like dnd-roller.

This project is used as part of the PyConUS tutorial Publishing your Python project, the conda way presented at PyConUS by:

This package will be published on PyPi and it will be used solely to demonstrate how to add pip dependecies to a conda package.

Usage

from nomoji import emojize

emojize(2)

This would produce 2️⃣ (the number as keypad emoji).

Similarly:

emojize(10)

would generate the 🔟 emoji unicode character, while:

emojize(24)

would result in 2️⃣4️⃣.

About

Simple and silly Python package to print numbers using Emoji digits.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages