emojet documentation¶
Convert, find, and count emoji in Python.
Get better at command line Git with my book Boost Your Git DX.
Welcome to the documentation for emojet, a Rust-powered library covering the core API of the emoji package, running 10 to 100+ times faster:
>>> import emojet
>>> emojet.emojize("Python is fun :thumbs_up:")
'Python is fun 👍'
>>> emojet.demojize("Python is fun 👍")
'Python is fun :thumbs_up:'