sasha-tkachev / mojicopy

Simple script to generate emojis from prompts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“‹ Mojicopy

Tool to generate emojis from text prompts stored in the clipboard using OpenAI.

πŸ”¨ Installation

Install the mojicopy package using pip

pip install mojicopy

Get an OpenAI API Key and place it inside the OPENAI_API_KEY environment variable

πŸƒβ€β™‚οΈ Usage

Get an emoji from a prompt stored in your clipboard

mojicopy
>>> 🐈

Get an emoji from a prompt in the CLI

mojicopy --prompt "OpenAI API Key"
>>> πŸ”‘

Get a random emoji into your clipboard

mojicopy --random

About

Simple script to generate emojis from prompts

License:Apache License 2.0


Languages

Language:Python 97.5%Language:Shell 2.5%