Metadata-Version: 2.1
Name: climoji
Version: 3.0.0
Summary: A cli emoji finder
Home-page: https://github.com/psincraian/climoji
Author: Petru Rares Sincraian
Author-email: psincraian@gmail.com
License: MIT
Keywords: emoji cli finder
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click (<7,>=6.7)
Requires-Dist: editdistance (<1.0)

<p align="center">
  <img width="100px" alt="ulabox-icon"
    src="docs/icon.png"
  />
</p>
<p align="center">
<a href="https://travis-ci.org/psincraian/climoji"><img src="https://travis-ci.org/psincraian/climoji.svg?branch=master" alt="Build status" height="18"></a>
<a href="https://badge.fury.io/py/climoji"><img src="https://badge.fury.io/py/climoji.svg" alt="PyPI version" height="18"></a>
<a href="http://pepy.tech/count/climoji"><img src="http://pepy.tech/badge/climoji" alt="Downloads" height="18"></a>
</p>
<h2 align="center"><code>climoji</code></h2>

## 📜 About
Climoji is an initiative to facilitate the use of the emojis from the command line 🖥.

## ⚒️ Installation
Installation is so easy, you only need to execute
```
pip install climoji
```

## 🚀 Using climoji
Using climoji is as easy as type
```commandline
climoji search rocket
```

And a 🚀 will appear 😄


## 🚩 License
The code is available under the MIT license.


