Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

10 år sedan
11 år sedan
10 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
11 år sedan
10 år sedan
12345678910111213141516171819202122
  1. ATT
  2. ===
  3. Automatic Text Tools
  4. I created these scripts for my own needs, but i think they may be usefull to someone else.
  5. License: GPL3
  6. Contains following python modules:
  7. atg - Advanced Text Generator. Created to generate large numbers of files, using a template and a data stored in table.
  8. atr - Advanced Text Replacer. Created to handle various ways of replacements in text files.
  9. template - template class for ATG and ATR.
  10. data - data class for ATG and ATR.
  11. Scripts:
  12. atgcsv.py - generates files from CSV table and ATGv2 template file.