Metadata-Version: 2.0
Name: em-keyboard-py3
Version: 0.0.7.2
Summary: The CLI Emoji Keyboard
Home-page: https://github.com/c17r/em-keyboard-py3
Author: Christian Sauer
Author-email: sauerc@gmail.com
License: ISC
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: docopt
Requires-Dist: xerox

em: the cli emoji keyboard™
===========================

**Emoji your friends and colleagues from the comfort of your own terminal.**

**em** is a nifty command-line utility for referencing emoji characters
by name. Provide the names of a few emoji, and those lucky chosen emojis
will be displayed in your terminal, then copied to your clipboard.
Automagically.

Emoji can be also searched by both categories and aspects.

.. image:: http://f.cl.ly/items/0P3e11201W1o420O1N1S/Screen%20Shot%202016-07-25%20at%202.00.32%20AM.png
   :alt: Screenshot of em command-line interface.


Example Usage
-------------

Let's serve some delicious cake::

    $ em sparkles cake sparkles
    Copied! ✨🍰✨


Let's skip the copying (for scripts)::

    $ em 'chocolate bar' --no-copy
    🍫

Let's find some emoji, by color::

    $ em -s red
    🚗  car
    🎴  flower_playing_cards
    👹  japanese_ogre
    👺  japanese_goblin

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

At this time, **em** requires Python and pip::

    $ pip install em-keyboard-py3

That's it!


Have fun!
---------

✨🍰✨

Why This Repo and Not The Original?
-----------------------------------
Python 3 support has been broken for almost 2 years.  It's been fixed in the repo but for some reason a new version haven't been released for it.  This is to fill the gap; should `em` get updated this will go away.


