pixelart2tgs

Simple .gif to .tgs converter cli utility


Keywords
cli, converter, gif, telegram, telegram-stickers, tgs
License
MIT
Install
pip install pixelart2tgs==1.0.0

Documentation

pixelart2tgs

Simple .gif to .tgs converter cli utility.

Source GIF Tg demonstation

Warning

After update of Telegram with the addition of video stickers, this project lost all practical meaning. If you need to make animated stickers from GIFs after January 2022, use ffmpeg.

Some not so user friendly alternatives

Installation

python -m pip install pixelart2tgs

and then usage:

python -m pixelart2tgs

Usage examples

$ pixelart2tgs -i input.gif
input.gif -> input.tgs
$ pixelart2tgs -i first.gif -i second.gif sticker.tgs -y
first.gif -> first.tgs
second.gif -> "sticker.tgs

License

MIT License