TextToImg is a CLI app writen in Python 3 that generates images containing provided text based on provided parameters.
-
Download and install Python <=3.12
-
Install Poetry using
pip
pip install poetry- Clone this repo to desired location
git clone https://github.com/sevnnn/Text-To-Img.git
cd Text-To-Img- Install required packages
poetry install --without=devYou can also install it with development packages by removing --without=dev if your planning on modifying the code
poetry run text-to-img --helpFor developers
I have prepared two addicional Poetry scripts to help you modify my application:
poetry run csfixpoetry run testNote that you will need to have dev packages installed to not be greeted with an error upon running said scripts


