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.
```
====
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.
```
Release files for iamgif 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iamgif-0.0.1.tar.gz | 2.6 kB | Details |
Release files / iamgif-0.0.1.tar.gz
| Download URL | iamgif-0.0.1.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2904d4caabf949545572a5a37d1bf3b8f69d5b558c01655ca254257617bbd060
|
|
BLAKE2b-256 checksum How to use checksums |
318d03c86fa3f149f300c82adc8b401ad4087420658c5c5142f881d5191f1b4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |