Simple python Script to Generate a Tamil Kavithai and English Quotes image in Square Format for Social Media Posts and Status.
- Python Pillow for Generate Quotes image - https://github.com/python-pillow/Pillow
- textwrap - https://docs.python.org/3/library/textwrap.html
full.py
- Create Quotes in English with 140 to 200 wordssingle.py
- Create Quotes in English with Below 100 Wordsshort.py
- Generate Tamil Kavithai image Below 100 wordsmedium.py
- Generate Tamil Kavithai image Below 150 wordslong.py
- Generate Tamil Kavithai image Below 200 words
For More : refer Python Pillow Module docs for advance usage
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow
For Termux Refer - https://stackoverflow.com/questions/62956054/how-to-install-pillow-on-termux
pip install wheel
$ pkg install libjpeg-turbo
#If you are using aarch64
$ LDFLAGS="-L/system/lib64/" CFLAGS="-I/data/data/com.termux/files/usr/include/" pip install Pillow
#If you are using an non aarch64
$ LDFLAGS="-L/system/lib/" CFLAGS="-I/data/data/com.termux/files/usr/include/" pip install Pillow
I use this Method to Create Quotes and Kavithai image for My Social Pages and Status
MIT