Skip to content

sauravtom/giftext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giftext

Converts text to animated gifs

Demo #1 (blinking animation)

All examples

Demo #2 (typing animation)

All examples

Dependencies

usage: giftext.py [-h] -t TEXT -o SAVEPATH -a ANIMATIONTYPE [-s SPEED]

Giftext v1.0

optional arguments:
  -h, --help            show this help message and exit
  -t TEXT, --text TEXT  text string
  -o SAVEPATH, --savepath SAVEPATH
                        output gif path
  -a ANIMATIONTYPE, --animationType ANIMATIONTYPE
                        Type of animation (typing/static) | Default is static
  -s SPEED, --speed SPEED
                        speed of animation | Default is 8

Example

python giftext.py -t 'hello world' -o foo.gif -a typing

About

Convert texts to animated gifs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages