Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.2 KB

File metadata and controls

65 lines (39 loc) · 1.2 KB

Text-To-Img

TextToImg is a CLI app writen in Python 3 that generates images containing provided text based on provided parameters.

Installation

  1. Download and install Python <=3.12

  2. Install Poetry using pip

pip install poetry
  1. Clone this repo to desired location
git clone https://github.com/sevnnn/Text-To-Img.git
cd Text-To-Img
  1. Install required packages
poetry install --without=dev

You can also install it with development packages by removing --without=dev if your planning on modifying the code

Usage

poetry run text-to-img --help
For developers

I have prepared two addicional Poetry scripts to help you modify my application:

Code style && code cleanup

poetry run csfix

Running tests

poetry run test

Note that you will need to have dev packages installed to not be greeted with an error upon running said scripts

Example

readme/console-preview.png

readme/console-help-preview.png

readme/example_image.png