atg
index
c:\users\kaisd\documents\workbench\programming\ktt\src\atg.py

Advanced Text Generator module for a KaiSD Text Tools.
 
(c) 2013 Ivan "Kai SD" Korystin 
 
License: GPLv3

 
Classes
       
ATG

 
class ATG
    Advanced Text Generator is a class, created to generate multiple
text files from table data.
 
  Methods defined here:
__init__(self, data, template)
Constructor.
data - an instance of the data.Data class (i.e. CSVData)
template - an instance of the template.Template class (i.e. TemplateV2)
log(self, text)
Print information
write_files(self, outputDir='.')
Write generated files to the given directory.