Metadata-Version: 2.1
Name: ilovetea
Version: 0.6.6
Summary: Emoji for Python convert vietnamesse
Home-page: https://github.com/luongvantuananh/emoji_vietnamese/
Author: elonmute
Author-email: elonmute@gmail.com
License: New BSD
Keywords: emoji_vietnamese
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: dev
License-File: LICENSE.txt

Emoji
=====

Emoji for Python.  This project was inspired by `kyokomi <https://github.com/kyokomi/emoji>`__.


Example
-------

The entire set of Emoji codes as defined by the `unicode consortium <http://www.unicode.org/Public/emoji/1.0/full-emoji-list.html>`__
is supported in addition to a bunch of `aliases <http://www.emoji-cheat-sheet.com/>`__.  By
default, only the official list is enabled but doing ``emoji.emojize(use_aliases=True)`` enables
both the full list and aliases.

.. code-block:: python

    >> import emoji_vietnamese

    >> print(emoji_vietnamese.demojize('Dịu dàng chiếm cả thế gian Càng khôn ngoan lắm càng ngang trái nhiều 😉😂'))
    >> Dịu dàng chiếm cả thế gian Càng khôn ngoan lắm càng ngang trái nhiều icon mặt nháy mắt icon icon khuôn mặt với những giọt nước mắt của niềm vui icon


Installation
------------

Via pip:

.. code-block:: console

    $ pip install emoji --upgrade

From master branch:

.. code-block:: console

    $ git clone https://github.com/carpedm20/emoji.git
    $ cd emoji
    $ python setup.py install


https://viblo.asia/p/huong-dan-tao-package-python-RnB5pBvDZPG

