https://github.com/anthonybench/emoji
A succinct quick-access of favorite emojis & metadata.
https://github.com/anthonybench/emoji
Last synced: 2 months ago
JSON representation
A succinct quick-access of favorite emojis & metadata.
- Host: GitHub
- URL: https://github.com/anthonybench/emoji
- Owner: anthonybench
- License: gpl-2.0
- Created: 2022-12-26T00:08:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T06:28:37.000Z (over 2 years ago)
- Last Synced: 2025-12-16T05:55:09.304Z (6 months ago)
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **SleepyEmoji**
*Fetch your favorite emojis fast!*
## **Welcome to sleepyemoji!**
There's now a paralyzing volume of unicode characters known as "emojis", which is great for creative expression, but bad for fetching the ~%10 of emojis you ever care to use.
SleepyEmoji has entered the chat!
### **Table of Contents** 📖
- **Get Started**
- Usage
- Technologies
- Contribute
- Acknowledgements
- License/Stats/Author
## **Get Started 🚀**
```sh
pip install sleepyemoji
pip install --upgrade sleepyemoji
```
## **Usage ⚙**
Fetch dependencies:
```sh
pip install -r requirements.txt
```
Set a function in your shell environment to run a script like:
```sh
# pip install sleepyemoji
# pip install --upgrade sleepyemoji
from sleepyemoji import sleepyemoji
from sys import argv, exit
sleepyemoji(argv[1:])
exit(0)
```
Presuming you've named said function `emoji`, print the help message:
```sh
emoji --help
```
## **Technologies 🧰**
- [prettytable](https://pypi.org/project/prettytable/)
- [typer](https://typer.tiangolo.com/)
## **Contribute 🤝**
If you feel slighted by your favorite emojis not being list in `emoji_toolchain/emojis`, submit a PR 😊.
## **Acknowledgements 💙**
Thanks to my late cat Merlin, who whispered best practices in my ear while I wrote this.
## **License, Stats, Author 📜**


See [License](LICENSE) for the full license text.
This package was authored by *Isaac Yep*.