This is a script for generating care-emoji.
The image files can be found at this website.
There is a web app to use!
How does one use this script?
- Grab an interesting image
- Run the script
- Bang! You get your own "care emoji"!
There is a file named cli.py
in the example/
folder. Open terminal and locate to example/
. Type following
python3 cli.py -h
It will print out usage and examples.
There is a Jupyter Notebook
named interactive_example.ipynb
for you to use.
Clone the repository. Then you are good to use the scripts!
Star it!
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
https://github.com/zeromath/Care-Emoji-Generator.git
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request using
https://github.com/zeromath/Care-Emoji-Generator/compare/
.
This file is created using this tempalte file.