convert jpg images into ascii animation
把jpg图片转换为 ascii 字符动画
- 需要安装 jp2a 链接为 https://csl.name/jp2a/
执行:
$ pip install git+https://github.com/efvhi/imgs2asciianimation.git
$ imgs2asciianimation -d [图片文件夹名字] -p [图片前缀]
注意图片名字的格式必须是 xxxx0001.jpg xxxx0002.jpg 这种格式!
实际例子在线演示传送门: https://www.bilibili.com/video/av67062753
Send a PR.