Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 291 Bytes

word_automation

A project developed in Python with the framework Flask to auto-generate word documents from a template.

in order to run this app: flask --app server.py --debug run

Note, if locale fail:

  1. check you have it with locale -a
  2. if not, sudo locale-gen es_ES.UTF-8