emojichat


Nameemojichat JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryChat with emojis
upload_time2023-04-09 20:43:41
maintainer
docs_urlNone
authorZecheng Zhang
requires_python>=3.7
license
keywords emoji gpt chatgpt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

```python
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.

```python
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](https://github.com/emojichat-team/emojichat/tree/main/examples) 😄

## Contribution

Welcome all kinds of contribution!

For more details please refer to [CONTRIBUTING.md](https://github.com/emojichat-team/emojichat/blob/main/CONTRIBUTING.md)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "emojichat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "emoji,gpt,chatgpt",
    "author": "Zecheng Zhang",
    "author_email": "zechengzhang97@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/57/bb/adb34d4a95074a15f2a8b6ecf47027a0a79d40c80199548a419c4edd014f/emojichat-0.0.1.tar.gz",
    "platform": null,
    "description": "# Emoji Chat\n\nChat by emojis with the help of ChatGPT \ud83d\ude0a\n\nEmoji Chat (**emojichat**) is a Python package that leverages the capabilities of GPTs such as\nChatGPT to transform text into emojis or generate sentences from emojis.\nIt provides easy-to-use functions that allow users to easily convert their text\nto emojis or generate emoji-based sentences with just one line of code.\n\nWith Emoji Chat, users can add creativity to their chat messages or social media posts.\nIt is a good tool for anyone looking to add some fun and creativity to their text.\n\n## Emojize\n\nEmojize text to emojis.\n\n```python\nimport openai\nfrom emojichat import emojize\n\nopenai.api_key = \"YOUR-API-KEY\"\n\ncontent = \"I am ok in the morning, but feel bad at night.\"\nemojize(content, temperature=0)\n# \"\ud83d\ude42\ud83c\udf05\u27a1\ufe0f\ud83d\ude14\ud83c\udf03\"\n\ncontent = \"I ate some pizza tonight.\"\nemojize(content, temperature=0)\n# \"\ud83c\udf55\ud83c\udf03\ud83c\udf7d\ufe0f\"\n```\n\n## Demojize\n\nGenerate paragraph from any emojis.\n\n```python\nimport openai\nfrom emojichat import demojize\n\nopenai.api_key = \"YOUR-API-KEY\"\n\ncontent = \"\ud83e\udd71\ud83d\udeb4\u27a1\ufe0f\ud83d\ude0a\ud83d\udec1\ufe0f\"\ndemojize(content, temperature=0)\n# \"I feel tired while cycling, but happy after taking a bath.\"\n\ncontent = \"I \ud83d\udeb4 last year in \ud83c\udde8\ud83c\uddf3\"\ndemojize(content, temperature=0)\n# \"I cycled last year in China.\"\n```\n\nFor more details please try these [examples](https://github.com/emojichat-team/emojichat/tree/main/examples) \ud83d\ude04\n\n## Contribution\n\nWelcome all kinds of contribution!\n\nFor more details please refer to [CONTRIBUTING.md](https://github.com/emojichat-team/emojichat/blob/main/CONTRIBUTING.md)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Chat with emojis",
    "version": "0.0.1",
    "split_keywords": [
        "emoji",
        "gpt",
        "chatgpt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d86d88ac96024185890278f95d702ef6072bac0f7b4186cc5ac760fee9258d2e",
                "md5": "92bf949e3243e35134d9b3fab3340bfb",
                "sha256": "aae8a0b4ed6d72403751d4d19448bf00f0b809974f3ea1a5e498b2d737178d68"
            },
            "downloads": -1,
            "filename": "emojichat-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92bf949e3243e35134d9b3fab3340bfb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7955,
            "upload_time": "2023-04-09T20:43:39",
            "upload_time_iso_8601": "2023-04-09T20:43:39.196423Z",
            "url": "https://files.pythonhosted.org/packages/d8/6d/88ac96024185890278f95d702ef6072bac0f7b4186cc5ac760fee9258d2e/emojichat-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57bbadb34d4a95074a15f2a8b6ecf47027a0a79d40c80199548a419c4edd014f",
                "md5": "330f2169e726ee22f6c3d8a4d4862043",
                "sha256": "ea170038704da14b62bde3a29898dc8a4d3b6b575c2dc8419f6b8faed5515f68"
            },
            "downloads": -1,
            "filename": "emojichat-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "330f2169e726ee22f6c3d8a4d4862043",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5574,
            "upload_time": "2023-04-09T20:43:41",
            "upload_time_iso_8601": "2023-04-09T20:43:41.399822Z",
            "url": "https://files.pythonhosted.org/packages/57/bb/adb34d4a95074a15f2a8b6ecf47027a0a79d40c80199548a419c4edd014f/emojichat-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-09 20:43:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "emojichat"
}
        
Elapsed time: 0.05519s