text to slack gif

這是一個簡單的 Python 腳本,可以把文字轉成 slack 格式的 gif,免除你需要開好幾個線上服務一直轉換的問題。
做個出師表 gif 只是一瞬間!

This is a simple python script that can automatically convert text into slack gif.

Test on MacBook ok!
image

usage

usage: app.py [-h] [-t TEXT] [-f FRAME] [-d DELAY]

optional arguments:
  -h, --help            show this help message and exit
  -t TEXT, --text TEXT  any text you want to convert to gif
  -f FRAME, --frame FRAME
                        frames number for each text between text
  -d DELAY, --delay DELAY
                        delay for each frame

Download app.zip from Releases.

./app -t "臣亮言:先帝創業未半,而中道崩殂。今天下三分,益州疲弊,此誠危急存亡之秋也。"

or run python script.

python3 app.py -t "臣亮言:先帝創業未半,而中道崩殂。今天下三分,益州疲弊,此誠危急存亡之秋也。"

build

sh make.sh

GitHub

View Github