Metadata-Version: 2.4
Name: emoji-search-cli
Version: 0.1.2
Summary: Search and copy emojis directly from the terminal
Author: RAJA K
Description-Content-Type: text/markdown
Requires-Dist: emoji
Requires-Dist: pyperclip

# Emoji Search CLI

A simple command-line tool to search for emojis and copy them directly to your clipboard.

## Installation

You can install this package using pip:

```bash
pip install emoji-search-cli
```

Simply run the command followed by the keyword for the emoji you want to find. The tool will automatically copy it to your clipboard.

```bash
emoji-search fire
# Outputs: 🔥 copied to clipboard!

emoji-search rocket
# Outputs: 🚀 copied to clipboard!
```
