Skip to content

tusharsadhwani/emojy

Repository files navigation

emojy

Write Python with emojis!

Inspired by this tweet, so blame Paul, not us.

Installation / Usage

$ pip install emojy
[...]
Successfully installed emojy.
$ cat code.emojy
📺('Hello 👋!')
$ emojy code.emojy
Hello 👋!

Examples

Code:

📺('✅' if 👍 👐 👎 else '❌')

Output:


Code:

🤞:
    👍/👎
💣:
    📺('Boom💥')

Output:

Boom💥