pptx-template | Build PowerPoint presentation from template

 by   m3dev Python Version: 0.2.9 License: Apache-2.0

kandi X-RAY | pptx-template Summary

kandi X-RAY | pptx-template Summary

pptx-template is a Python library. pptx-template has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install pptx-template' or download it from GitHub, PyPI.

pptx-template is a PowerPoint presentation builder. This helps your routine reporting work that have many manual copy-paste from excel chart to powerpoint, or so.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              pptx-template has a low active ecosystem.
              It has 57 star(s) with 17 fork(s). There are 27 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 7 open issues and 11 have been closed. On average issues are closed in 11 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of pptx-template is 0.2.9

            kandi-Quality Quality

              pptx-template has 0 bugs and 0 code smells.

            kandi-Security Security

              pptx-template has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              pptx-template code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              pptx-template is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              pptx-template releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              pptx-template saves you 310 person hours of effort in developing the same functionality from scratch.
              It has 745 lines of code, 76 functions and 15 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed pptx-template and discovered the below as its top functions. This is intended to give you an instant insight into pptx-template implemented functionality, and help decide if they suit your requirements.
            • Add a movie
            • Factory for _SlideShapeFactory
            • Add a video timing event
            • Creates a slide shape factory
            • Load data into chart
            • Replaces chart data with csv
            • Return the category data
            • Return the xml representation of the categories
            • Populates the worksheet with the worksheet
            • Calculate the offset of a series table
            • Return the template for the pic
            • Begins a connection to the beginning of the graph
            • Return next image part
            • Returns the next media part
            • The size of the centipoints
            • Return HTML for pic
            • Return the HTML for the graphic frame
            • Returns a tuple of the labels of this category
            • Return the href of this link
            • Populates the worksheet
            • Template tag for pic
            • Begin the span
            • End the end of the span
            • Begin the x position
            • End y position
            • Return the XML for the category
            Get all kandi verified functions for this library.

            pptx-template Key Features

            No Key Features are available at this moment for pptx-template.

            pptx-template Examples and Code Snippets

            pptx-template ,Development,Run with REPL - Use this for development
            Pythondot img1Lines of Code : 24dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            cd {project folder}
            pyenv shell 3.7.1
            python
            
            import sys
            from importlib import reload
            import pptx_template.cli as cli
            
            
            ## Argument Settings
            ## sys.argv = ['{filename.py}', '--out', '{file/path/output.pptx}', '--template', '{file/path/template.pptx}'  
            pptx-template ,Development,Installation
            Pythondot img2Lines of Code : 10dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            git clone https://github.com/m3dev/pptx-template.git
            
            pyenv install 3.7.1 # Install Python
            pyenv shell 3.7.1 # Create Python shell
            
            venv .venv # Create virtual environment for development
            source .venv/bin/activate # Use the virtual environment for de  
            pptx-template ,Getting started
            Pythondot img3Lines of Code : 6dot img3License : Permissive (Apache-2.0)
            copy iconCopy
            $ pip install pptx-template
            $ echo '{ "slides": [ { "greeting" : "Hello!!" } ] }' > model.json
            
            # prepare your template file (test.pptx) which contains "{greeting}" in somewhere
            
            $ pptx-template --out out.pptx --template test.pptx --model model.js  

            Community Discussions

            No Community Discussions are available at this moment for pptx-template.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install pptx-template

            You can install using 'pip install pptx-template' or download it from GitHub, PyPI.
            You can use pptx-template like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install pptx-template

          • CLONE
          • HTTPS

            https://github.com/m3dev/pptx-template.git

          • CLI

            gh repo clone m3dev/pptx-template

          • sshUrl

            git@github.com:m3dev/pptx-template.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link