Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emojichat-0.0.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

emojichat-0.0.1-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

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

Hashes for emojichat-0.0.1.tar.gz
Algorithm Hash digest
SHA256 ea170038704da14b62bde3a29898dc8a4d3b6b575c2dc8419f6b8faed5515f68
MD5 330f2169e726ee22f6c3d8a4d4862043
BLAKE2b-256 57bbadb34d4a95074a15f2a8b6ecf47027a0a79d40c80199548a419c4edd014f

See more details on using hashes here.

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

Hashes for emojichat-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aae8a0b4ed6d72403751d4d19448bf00f0b809974f3ea1a5e498b2d737178d68
MD5 92bf949e3243e35134d9b3fab3340bfb
BLAKE2b-256 d86d88ac96024185890278f95d702ef6072bac0f7b4186cc5ac760fee9258d2e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page