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.
```
====
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file iamgif-0.0.1.tar.gz
.
File metadata
- Download URL: iamgif-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2904d4caabf949545572a5a37d1bf3b8f69d5b558c01655ca254257617bbd060 |
|
MD5 | bbfc23444dc06f26fe495e5ed5775a31 |
|
BLAKE2b-256 | 318d03c86fa3f149f300c82adc8b401ad4087420658c5c5142f881d5191f1b4c |