This repo provides an interpreter writing python code purely with Emojis. Hello world is as easy as π¦π£π¬πππ¬π
Please feel free to clone and write your own Emoji Code π¦π¦π¦
To run emojithon, simply navigate to the root of the repository and run "python3 emojithon.py"
To run some of the examples, start up emojithon and simply input ππ£π¬examples/{example_file}π¬π
For instance, to calculate some fibonacci numbers run emojithon and copy the following:
ππ£π¬examples/fib.emojiπ¬π
If you want to write your own emoji code, the emoji_dictionary provides some useful keymojis to know, as well as some syntax for control statements, data structures, function definitions and function calling.