Skip to content

naaskel/Text-To-Img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔠CLI app that generates images containing provided text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages