選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

README.md 546B

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.