Convert, find, and count emoji in Python.
>>> import emojet
>>> emojet.emojize("Python is fun :thumbs_up:")
'Python is fun 👍'
>>> emojet.demojize("Python is fun 👍")
'Python is fun :thumbs_up:'Get better at command line Git with my book Boost Your Git DX.
Please see https://emojet.readthedocs.io/.