Skip to content

importJL/Auto-PPTX-Report-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Powerpoint Report Generator

A proof of concept that uses Python code to autommatically generate a Powerpoint report based on data provided. Note that this program is fixed to create defined charts and Powerpoint slides based on hard written code - running this on a dataset and files different than ones provided in this repo will not work.

Feel free to look into the code for further comprehension/learning. Clone yourself a copy and revise it to your needs. If you have suggestions on improvement, feel free to send a pull request.

To run this program:

  1. Clone repository to your local.
  2. Create and activate virtual environment. Run pip install -r requirements.txt to install package dependencies. You may skip this if you already have the package versions of the required libraries.
  3. Open terminal and run python main.py.

Repo contents:

  • Sample: contains generated files from program as reference
  • img: contains default images (logos) for Powerpoint report
  • ReportGen: module with python files for generating report
  • data: preset data used for report
  • main.py: main report program
  • design_template.pptx: required for master report template

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages