Funny Emoji to python and python to Emoji interpreter :)
It converts most of python keywords and many functions callings to specified emojies.
Written by RedAntsSec(Github),RedAntsS3c(Telegram).
You can use "Mojinterpreter.py" as a module in your programs for making them funny for public. We already have a telegram bot that can do this operation and its source is in "MojiPy.py". Its currently username in telegram is: @MojiPy_bot
There are two functions in this program. dinterpret and interpret. The first one is for converting all of the given python code keywords to emojies. Note that keywords that are covered with quotes won't change.
The second one interprets emojies to python keywords and saves other characters in the code... Example: import Mojinterpreter string = "print('Hey moji')" string = Mojinterpreter.dinterpret(string) print(string)
Call us if you found any problems or added something to it. Thanks! RedAntsSec@gmail.com