A Python package for converting text to emoji and emoji to text.
Project description
Emoji converter
A Python package for converting emojis to text and text to emojis.
Example
import emoji_converter
# Convert emoji to text
emoji_text = emoji_converter.convert_emoji_to_text("Hello! 😊")
print(emoji_text) # Output: Hello! 😊
# Convert text to emoji
text_emoji = emoji_converter.convert_text_to_emoji("Hello! 😊")
print(text_emoji) # Output: Hello! 😊
License
This project is licensed under the MIT License. See the LICENSE file for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
emoji_converter-0.1.2.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emoji_converter-0.1.2.tar.gz.
File metadata
- Download URL: emoji_converter-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f61a8b820715537cedc6b53019d32abc561e2073133b17ff3ad0a136c54a87e
|
|
| MD5 |
77fb7080119a00219a3293f199dcd3fb
|
|
| BLAKE2b-256 |
860a893d14daae087eb33bf909b005db8013cff74c624fc0f5d68138c931181f
|
File details
Details for the file emoji_converter-0.1.2-py3-none-any.whl.
File metadata
- Download URL: emoji_converter-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e2a2a98b8b58202b4f1dd4696442fcacb49e8e7be4ae11dc9ff673b5bcf970b
|
|
| MD5 |
bbc1ed736fa98da77a349f72b15b633e
|
|
| BLAKE2b-256 |
d9791e43bfe3460a9ef547acdf69a03af26124c01ecc831b5f9c39a94c188611
|