Turn your normal messages into slackmoji art masterpieces :)
- Install xclip with
sudo apt-get install xclip
- Install pyperclip with
python3 -m pip install pyperclip
- Clone the repo
- Run the command
python3 slackmojify.py <foreground_emoji> <background_emoji> <some text>
- (e.g.
python3 slackmojify.py :smile: :heart: hello world
)
- It will be copied to your clipboard. You can now paste it and send it to your Slack buddies!