emoji-converter


Nameemoji-converter JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/lemanh99/emoji-converter
SummaryA Python package for converting text to emoji and emoji to text.
upload_time2023-06-23 09:37:08
maintainer
docs_urlNone
authorLe Xuan Manh
requires_python>=3.6,<4.0
licenseMIT
keywords emoji emoji converter text to emoji emoji to text
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Emoji converter
A Python package for converting emojis to text and text to emojis.

------------------------------------------------------------------------

## Example

``` python
import emoji_converter

# Convert emoji to text
emoji_text = emoji_converter.convert_emoji_to_text("Hello! 😊")
print(emoji_text)  # Output: Hello! &#128522;

# Convert text to emoji
text_emoji = emoji_converter.convert_text_to_emoji("Hello! &#128522")
print(text_emoji)  # Output: Hello! 😊
```

## License

This project is licensed under the MIT License. See the LICENSE file for
more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lemanh99/emoji-converter",
    "name": "emoji-converter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "emoji,emoji converter,text to emoji,emoji to text",
    "author": "Le Xuan Manh",
    "author_email": "lexuanmanh101199@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/86/0a/893d14daae087eb33bf909b005db8013cff74c624fc0f5d68138c931181f/emoji_converter-0.1.2.tar.gz",
    "platform": null,
    "description": "# Emoji converter\nA Python package for converting emojis to text and text to emojis.\n\n------------------------------------------------------------------------\n\n## Example\n\n``` python\nimport emoji_converter\n\n# Convert emoji to text\nemoji_text = emoji_converter.convert_emoji_to_text(\"Hello! \ud83d\ude0a\")\nprint(emoji_text)  # Output: Hello! &#128522;\n\n# Convert text to emoji\ntext_emoji = emoji_converter.convert_text_to_emoji(\"Hello! &#128522\")\nprint(text_emoji)  # Output: Hello! \ud83d\ude0a\n```\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for\nmore information.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package for converting text to emoji and emoji to text.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/lemanh99/emoji-converter",
        "Repository": "https://github.com/lemanh99/emoji-converter"
    },
    "split_keywords": [
        "emoji",
        "emoji converter",
        "text to emoji",
        "emoji to text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9791e43bfe3460a9ef547acdf69a03af26124c01ecc831b5f9c39a94c188611",
                "md5": "bbc1ed736fa98da77a349f72b15b633e",
                "sha256": "9e2a2a98b8b58202b4f1dd4696442fcacb49e8e7be4ae11dc9ff673b5bcf970b"
            },
            "downloads": -1,
            "filename": "emoji_converter-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bbc1ed736fa98da77a349f72b15b633e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 3040,
            "upload_time": "2023-06-23T09:37:06",
            "upload_time_iso_8601": "2023-06-23T09:37:06.711925Z",
            "url": "https://files.pythonhosted.org/packages/d9/79/1e43bfe3460a9ef547acdf69a03af26124c01ecc831b5f9c39a94c188611/emoji_converter-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "860a893d14daae087eb33bf909b005db8013cff74c624fc0f5d68138c931181f",
                "md5": "77fb7080119a00219a3293f199dcd3fb",
                "sha256": "4f61a8b820715537cedc6b53019d32abc561e2073133b17ff3ad0a136c54a87e"
            },
            "downloads": -1,
            "filename": "emoji_converter-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "77fb7080119a00219a3293f199dcd3fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 2207,
            "upload_time": "2023-06-23T09:37:08",
            "upload_time_iso_8601": "2023-06-23T09:37:08.256049Z",
            "url": "https://files.pythonhosted.org/packages/86/0a/893d14daae087eb33bf909b005db8013cff74c624fc0f5d68138c931181f/emoji_converter-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 09:37:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lemanh99",
    "github_project": "emoji-converter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "emoji-converter"
}
        
Elapsed time: 0.08542s