An open API service indexing awesome lists of open source software.

https://github.com/bornalgo/textanimator

Convert any text to an animated SVG file
https://github.com/bornalgo/textanimator

ascii-art bash batch cairo chromedriver ico pyinstaller pyqt5 python python3 selenium-webdriver svg-animations text-animation

Last synced: about 2 months ago
JSON representation

Convert any text to an animated SVG file

Awesome Lists containing this project

README

          

# TextAnimator
## _Convert any text to an animated SVG file_

![AnimatedText_Sample](res/imgs/TextAnimator.svg)

TextAnimator is a tool to animate text as if it is being written letter by letter.

## Features

- Create animated text with different font families, sizes and colors
- Retrieve ASCII arts from [patorjk](https://patorjk.com/software/taag/#p=display&f=Graffiti&t=TextAnimator) and create animated texts
- Save/Open the animated texts in SVG
- more to come ...

## Prerequisites

- python

## Build

### Windows

Execute the following command
```bat
.\buildWindows.bat
```

### Linux

Execute the following command
```sh
./buildLinux.sh
```

## Demo

![AnimatedText_Demo](res/imgs/Demo.gif)