Giter Club home page Giter Club logo

powerpointinteractivegamesgenerator's Introduction

PowerPoint Interactive Games Generator

Generates Drag-And-Drop and Typing Prompt Games from Placeholder Textboxes

Local Generation - Docker Hub

  1. Run sudo docker pull xp6qhg9fmuolztbd2ixwdbtd1/ppt-interactive-generator-server
  2. Run :
sudo docker rm "public-ppt-interactive-generator-server" -f || echo "failed to remove existing server" && \
sudo docker run -dit --restart="always" --name "public-ppt-interactive-generator-server" \
--mount type=bind,source=/home/morphs/DOCKER_IMAGES/PowerPointInteractiveGameGenerator/config.json,target=/home/config.json \
-p 17393:9379 xp6qhg9fmuolztbd2ixwdbtd1/ppt-interactive-generator-server config.json
  1. Open http://localhost:17393/local

Local Generation - Build Docker Server

  1. Build the Docker Image ./dockerBuild.sh
  2. Edit ./dockerBuild.sh with correct absolute path of config.json
  3. Run ./dockerRun.sh
  4. Open http://localhost:17393/local

Image and HTML Hosted Generation

  1. Run python3 01_prepare_powerpoint.py input.pptx config.json
  2. Export input.pptx as JPEGS
  3. Run python3 02_upload_and_generate_powerpoint.py input.pptx config.json

Result

Todo

  • add back button
  • auto adjust image scale percentage based on viewport size
  • adjust bootstrap columns for drag and drop based on length of longest word
  • fix accidental double drop on correct answer overcount
  • add click to edit any textbox
  • deduce font size for each textbox

powerpointinteractivegamesgenerator's People

Contributors

0187773933 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  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.