Project information

  • Category: Software Development
  • Skills Used: Python, Tkinter, Object Oriented Programming, Automation, input validation
  • Find Source Code at: Report automation tool with Tkinter

Summary:

Often time for projects, it is required to create a separate report for each individual entitiy (for example counties), but the report is based on a template .
With existing python packages for word processing, it is easy to manipulate the text contents, however they lack the power to manipulate images. This application helps you instantiously generate a new report by replacing all the images in the template report file with the images of interest. Here, a word document is parsed as a zip file and it's contents are updated and it is again converted back to an word document file. The script also performs simple form validation of inputs and offers some help to user for using the tool.
You can also use the script in a loop to generate multiple reports quickly, where the images are updated.