25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

11 년 전
11 년 전
11 년 전
11 년 전
11 년 전
11 년 전
11 년 전
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.