Initial Commit
All checks were successful
Build 2 exe / Build (push) Successful in 18s

This commit is contained in:
2026-02-10 22:10:15 +01:00
commit e585d9dd4d
10 changed files with 328 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# text2image
Python script to generate images from text using a csv file.
Configuration & tweaking
=================
Edit settings.conf to tweak and configure the tool.
Usage
=================
1. Insert data into input.csv, 1st column is filename, 2nd column is text :
|filename|text |
|--------|-----|
|image001|test |
|image002|test2|
2. Launch text2image.exe to generate images