Skip to main content

Python library to convert text to GIF

Project description

Iamgif
====

A Python library to convert text to a GIF.


Installation
============

```
pip install iamgif
```


Example
=======

Things to be taken care of:

1. Text to be converted to GIF
2. Absolute Path of the detination. Where the file will be created
3. Use Sudo while running this script, otherwise it won't be able to create the GIF file


### Code

```python

from iamgif import iamgif

iamgif.create("Hello World", '/Users/coderahul/Desktop')
```

### Output

```
Creates a GIF by the name animation.gif in the same directory where the script is executed.
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iamgif-0.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page