Add Emoji in Your Python Script

0

Add Emoji in Your Python Script

  • In this program we learn how to write a code add emoji in your python script.

Module Used:

  • emojis

Need to Install:


Source Code:

#Follow @Programmerfect
import emojis
print(emojis.encode(":boat:"))
print(emojis.encode(":sunny:"))
print(emojis.encode(":heart:"))
print(emojis.encode(":star:"))


 

Post a Comment

0Comments
Post a Comment (0)