Skip to content

axju/txt2image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txt2image

Gitter

Make it easy to add text to an image.

Install

pip install txt2image

Examples

Take a look in the example folder. The first example only shows the different tools you can use to create your own images. For the second example you need the package requests.:

pip install requests

The third example shows the QuoteImage-class.

Development

Clone repo:

git clone https://github.com/axju/txt2image.git

Create virtual environment and update dev-tools:

python3 -m venv venv
source venv/bin/activate
pip install --upgrade wheel pip setuptools twine tox

Install local:

pip install -e .

Run some tests:

tox
python setup.py test

Publish the packages:

python setup.py sdist bdist_wheel
twine upload dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages