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.
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️⃣.