Skip to content

Latest commit

ย 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Emoji โ†”๏ธ Text Converter

This project provides a simple way to convert emojis to their textual descriptions and vice versa in Python. It utilizes the emoji library (version 2.14.1).

Features

  • Emoji to Text: Converts emojis in your input into their text-based shortcodes (e.g., "๐Ÿ˜€" becomes ":grinning_face:").
  • Text to Emoji: Converts emoji shortcodes in your text (e.g., ":rocket:") back into their respective emoji characters.
  • Useful for chatbots, text processing, and any application where emoji handling is required.

Requirements

  • Python 3.6 or higher
  • emoji==2.14.1

Installation

Install the required dependency using pip:

pip install emoji==2.14.1

Usage

Import the programโ€™s functions in your Python code to convert between emoji and text. You can process strings containing emojis or shortcodes to switch between the two representations.

Example

  • Converting "I love ๐Ÿ•!" will return "I love ๐Ÿ•!"
  • Converting "Let's celebrate with ๐ŸŽ‰!" will return "Let's celebrate with ๐ŸŽ‰!"

License

This project is open source and can be freely used and modified.


Note: Make sure to use emoji==2.14.1 for best compatibility with this converter.

About

This is a python program where we can convert emojis to text and text back to emojis

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages