Code Monkey home page Code Monkey logo

pptchecker's Introduction

PPTChecker - PowerPoint Checker

PPTChecker is a tool to check the format of your PowerPoint presentations so that they can be optimized to better engage with your audience! All you need is a file in .pptx format, generated from either Microsoft PowerPoint or Google Slides.

PPTChecker checks if:

  • there are slide numbers
  • fonts are large enough
  • lines are thick enough
  • colours of shapes are visible relative to background
  • colours of fonts are visible relative to background
  • slide transitions (i.e., positioning of shapes and text between slides) are smooth
  • there is not too much text on slides
  • there are no complete sentences
  • there is a summary slide

If precise speaker notes are provided, PPTChecker can also estimate the approximate time for the overall presentation. It will also break down the estimated time per slide, giving you an opportunity to optimize slides where you see fit.

PPTChecker generates a table in an HTML webpage, providing both general feedback and slide-by-slide comments. PPTChecker has been tested on both Microsoft Powerpoint (MS Office 2021) and Google Slides (v84, Nov 2023).

Installation

  1. PPTChecker requires Python 3+. Install all dependencies listed in requirements.txt by running this command:
pip install -r requirements.txt
  1. Open a Python terminal, and download wordnet from nltk.
python
>>> import nltk
>>> nltk.download('wordnet')

Instructions to Run

To use PPTChecker, just navigate to the root path of this directory, and run the following command.

python pptchecker.py -p <path/to/pptx/file>

To run it on an example program,

python pptchecker.py -p test/test_pptx/demo.pptx

Example Screenshot of PPTChecker

pptchecker's People

Contributors

abrahamchan avatar

Stargazers

Joshua Chiu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.