├── Create_Your_Own_Template ├── Placeholders │ ├── Placeholder.png │ ├── Placeholder_1.png │ ├── Placeholder_2.png │ ├── Placeholder_3.png │ ├── Placeholder_4.png │ └── Placeholder_5.png ├── Template.docx ├── Template_Rendered.docx └── example.py ├── README.md ├── Sales_Report_April.docx ├── Sales_Report_April.pdf ├── Sales_Report_TEMPLATE.docx ├── requirements.txt ├── sales_by_subcategory.png ├── word_automation.py └── word_automation.xlsm /Create_Your_Own_Template/Placeholders/Placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/Placeholders/Placeholder.png -------------------------------------------------------------------------------- /Create_Your_Own_Template/Placeholders/Placeholder_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/Placeholders/Placeholder_1.png -------------------------------------------------------------------------------- /Create_Your_Own_Template/Placeholders/Placeholder_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/Placeholders/Placeholder_2.png -------------------------------------------------------------------------------- /Create_Your_Own_Template/Placeholders/Placeholder_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/Placeholders/Placeholder_3.png -------------------------------------------------------------------------------- /Create_Your_Own_Template/Placeholders/Placeholder_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/Placeholders/Placeholder_4.png -------------------------------------------------------------------------------- /Create_Your_Own_Template/Placeholders/Placeholder_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/Placeholders/Placeholder_5.png -------------------------------------------------------------------------------- /Create_Your_Own_Template/Template.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/Template.docx -------------------------------------------------------------------------------- /Create_Your_Own_Template/Template_Rendered.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/Template_Rendered.docx -------------------------------------------------------------------------------- /Create_Your_Own_Template/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Create_Your_Own_Template/example.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/README.md -------------------------------------------------------------------------------- /Sales_Report_April.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Sales_Report_April.docx -------------------------------------------------------------------------------- /Sales_Report_April.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Sales_Report_April.pdf -------------------------------------------------------------------------------- /Sales_Report_TEMPLATE.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/Sales_Report_TEMPLATE.docx -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/requirements.txt -------------------------------------------------------------------------------- /sales_by_subcategory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/sales_by_subcategory.png -------------------------------------------------------------------------------- /word_automation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/word_automation.py -------------------------------------------------------------------------------- /word_automation.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/python-word-automation/HEAD/word_automation.xlsm --------------------------------------------------------------------------------