Metadata-Version: 2.1
Name: t2g
Version: 0.0.7
Summary: A small tool to generate text as gif, animation
Home-page: UNKNOWN
Author: levin
Author-email: levinmhliu@gmail.com
License: Apache License 2.0
Keywords: t2g,text-to-gif,text2gif,levin,leixuewei
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Graphics
Description-Content-Type: text/markdown
Requires-Dist: pillow
Requires-Dist: imageio

# text-to-gif

AKA t2g or text-to-gif-cli on pypi

Well, I didn't find a python lib to process the text as gif.

So I developed this.

It can help me to create gif from pure text input.

t2g(text-to-gif) 支持开发者把文本转化为gif进行动态播放。

学委写了很多文章都是贴静态图的，后来准备改成gif动图。

发现市场没有这样的。所以用python写了一个小工具。

**它支持把 文本/代码 转化为gif 动态展示。**

If there is a 'input.txt' on current dir

We can just run 't2g'.

And it will generate text2gif.gif file on current dir with default options

[![usage_doc.gif](https://raw.githubusercontent.com/py4ever/text-to-gif/master/usage_doc.gif)](https://github.com/py4ever/text-to-gif/tree/master/usage_doc)

Powered by [pypi-seed](https://pypi.org/project/pypi-seed/)

# Installation / 安装

Get t2g by pip (通过PIP工具来安装text-to-gif)
```bash
pip install text-to-gif
```

Print the usage

```bash
t2g -h
```

# Use text-to-gif as CLI / 命令行使用

We can call the cli 't2g' or 'text-to-gif' or 'ttg'： \
调用下面两个命令行即可。

```bash
t2g -p /Users/mac/PycharmProjects/hello/xuewei_pypi_blog.txt -d ./blog.gif -f 5
```

```bash
ttg -p /Users/mac/PycharmProjects/hello/xuewei_pypi_blog.txt -d ./blog.gif -f 5
```

```bash
text2gif -p /Users/mac/PycharmProjects/hello/xuewei_pypi_blog.txt -d ./blog.gif -f 5
```

The above command will generate below gif:

[![blog.gif](https://raw.githubusercontent.com/py4ever/text-to-gif/master/blog.gif)](https://github.com/py4ever/text-to-gif/tree/master/blog)

# More Info
Author levin

