Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.

il y a 10 ans
il y a 11 ans
il y a 10 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 11 ans
il y a 10 ans
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.