From adc02f37294a8f2ebb767e0afcd23f4f87ba3147 Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Sun, 14 Apr 2013 19:57:50 +0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b211213..e0efde3 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,15 @@ ktt Kai's text tools Contains following python modules: + atg - Advanced Text Generator. Created to generate large numbers of files, using a template and a data stored in table. + atr - Advanced Text Replacer. Created to handle various ways of replacements in text files. + template - template class for ATG and ATR. + data - data class for ATG and ATR. Scripts: -ktt_atgcsv.py - generates files from CSV table and ATGv2 template file. \ No newline at end of file + +ktt_atgcsv.py - generates files from CSV table and ATGv2 template file.