Skip to main content

Make add text to an image

Project description

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/*

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

txt2image-0.0.1a1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

txt2image-0.0.1a1-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

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