Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.

10 lat temu
11 lat temu
10 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
11 lat temu
10 lat temu
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.