Chat with emojis
Project description
Emoji Chat
Chat by emojis with the help of ChatGPT 😊
Emoji Chat (emojichat) is a Python package that leverages the capabilities of GPTs such as ChatGPT to transform text into emojis or generate sentences from emojis. It provides easy-to-use functions that allow users to easily convert their text to emojis or generate emoji-based sentences with just one line of code.
With Emoji Chat, users can add creativity to their chat messages or social media posts. It is a good tool for anyone looking to add some fun and creativity to their text.
Emojize
Emojize text to emojis.
import openai
from emojichat import emojize
openai.api_key = "YOUR-API-KEY"
content = "I am ok in the morning, but feel bad at night."
emojize(content, temperature=0)
# "🙂🌅➡️😔🌃"
content = "I ate some pizza tonight."
emojize(content, temperature=0)
# "🍕🌃🍽️"
Demojize
Generate paragraph from any emojis.
import openai
from emojichat import demojize
openai.api_key = "YOUR-API-KEY"
content = "🥱🚴➡️😊🛁️"
demojize(content, temperature=0)
# "I feel tired while cycling, but happy after taking a bath."
content = "I 🚴 last year in 🇨🇳"
demojize(content, temperature=0)
# "I cycled last year in China."
For more details please try these examples 😄
Contribution
Welcome all kinds of contribution!
For more details please refer to CONTRIBUTING.md
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
Built Distribution
File details
Details for the file emojichat-0.0.1.tar.gz
.
File metadata
- Download URL: emojichat-0.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea170038704da14b62bde3a29898dc8a4d3b6b575c2dc8419f6b8faed5515f68 |
|
MD5 | 330f2169e726ee22f6c3d8a4d4862043 |
|
BLAKE2b-256 | 57bbadb34d4a95074a15f2a8b6ecf47027a0a79d40c80199548a419c4edd014f |
File details
Details for the file emojichat-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: emojichat-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aae8a0b4ed6d72403751d4d19448bf00f0b809974f3ea1a5e498b2d737178d68 |
|
MD5 | 92bf949e3243e35134d9b3fab3340bfb |
|
BLAKE2b-256 | d86d88ac96024185890278f95d702ef6072bac0f7b4186cc5ac760fee9258d2e |