Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasha-tkachev/mojicopy
Simple script to generate emojis from prompts
https://github.com/sasha-tkachev/mojicopy
chatgpt clipboard emoji openai python random vscode
Last synced: 20 days ago
JSON representation
Simple script to generate emojis from prompts
- Host: GitHub
- URL: https://github.com/sasha-tkachev/mojicopy
- Owner: sasha-tkachev
- License: apache-2.0
- Created: 2023-01-01T20:53:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T19:57:52.000Z (9 months ago)
- Last Synced: 2024-10-11T23:30:25.682Z (about 1 month ago)
- Topics: chatgpt, clipboard, emoji, openai, python, random, vscode
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 📋 Mojicopy
Tool to generate emojis from text prompts stored in the clipboard using OpenAI.
## 🔨 Installation
Install the mojicopy package using pip
```shell
pip install mojicopy
```Get an [OpenAI API Key](https://beta.openai.com/account/api-keys) and place it inside the `OPENAI_API_KEY` environment variable
## 🏃♂️ Usage
Get an emoji from a prompt stored in your clipboard
```shell
mojicopy
>>> 🐈
```Get an emoji from a prompt in the CLI
```shell
mojicopy --prompt "OpenAI API Key"
>>> 🔑
```Get a random emoji into your clipboard
```shell
mojicopy --random
```