Metadata-Version: 1.2
Name: pptcom
Version: 0.1
Summary: Use Microsoft PowerPoint within Python with the help of COM
Home-page: https://github.com/m-rossi/pptcom
Author: Marco Rossi
Author-email: developer@marco-rossi.com
License: MIT
Description-Content-Type: UNKNOWN
Description: pptcom

        ======

        

        |PyPi Version| |Conda Version|

        

        Use Microsoft PowerPoint within Python with the help of COM

        

        Installation

        ------------

        

        ::

        

            pip install pptcom

        

        ::

        

            conda install -c mrossi pptcom

        

        Usage

        -----

        

        You can export the slides of a PowerPoint-presentation:

        

        .. code:: python

        

            import pptcom

        

            with pptcom.File('presentation.pptx') as pptfile:

                pptfile.export('png')

        

        Development

        -----------

        

        Testing

        ~~~~~~~

        

        For testing purposes

        `python-pptx <https://github.com/scanny/python-pptx>`__ is used, after

        an installation of this package you can test the package with pytest.

        

        .. |PyPi Version| image:: https://img.shields.io/pypi/v/pptcom.svg

           :target: https://pypi.python.org/pypi/pptcom

        .. |Conda Version| image:: https://img.shields.io/conda/vn/mrossi/pptcom.svg

           :target: https://anaconda.org/mrossi/pptcom

        
Keywords: com,powerpoint
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
