Metadata-Version: 2.1
Name: emoji-cli
Version: 0.0.1
Summary: A emoji clis tool with python
Home-page: https://github.com/houbb/emoji-cli
Author: houbb
Author-email: houbinbin.echo@gmail.com
License: UNKNOWN
Description: # Emoji-Cli
        
        [![Build Status](https://www.travis-ci.org/houbb/emoji-cli.svg?branch=master)](https://www.travis-ci.org/houbb/emoji-cli)
        [![Coverage Status](https://coveralls.io/repos/github/houbb/emoji-cli/badge.svg?branch=master)](https://coveralls.io/github/houbb/emoji-cli?branch=master)
        
        ```
         _______   _____ ______   ________        ___  ___                 ________  ___       ___     
        |\  ___ \ |\   _ \  _   \|\   __  \      |\  \|\  \               |\   ____\|\  \     |\  \    
        \ \   __/|\ \  \\\__\ \  \ \  \|\  \     \ \  \ \  \  ____________\ \  \___|\ \  \    \ \  \   
         \ \  \_|/_\ \  \\|__| \  \ \  \\\  \  __ \ \  \ \  \|\____________\ \  \    \ \  \    \ \  \  
          \ \  \_|\ \ \  \    \ \  \ \  \\\  \|\  \\_\  \ \  \|____________|\ \  \____\ \  \____\ \  \ 
           \ \_______\ \__\    \ \__\ \_______\ \________\ \__\              \ \_______\ \_______\ \__\
            \|_______|\|__|     \|__|\|_______|\|________|\|__|               \|_______|\|_______|\|__|
        ```
        
        The emoji cli tool.(emoji 命令行工具)
        
        # Requirement
        
        The python3 require.
        
        # Quick Start
        
        ## Install
        
        ```
        $   pip install emoji_cli
        ```
        
        ## Get emoji with name
        
        ```
        $   emoji_cli emoji redheart
        ❤
        ```
        
        ## Get name of emoji
        
        ```
        $   emoji_cli name ❤
        redheart
        ```
        
        # Other
        
        [Emoji_cli name not works well in windows cmd.](https://github.com/google/python-fire/issues/172)
        
Keywords: tool,emoji,clis,shell,emoji-cli,表情emoji命令行工具
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
