Pptx-o-matic

Latest version: v0.2.0

Safety actively analyzes 623165 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0

By default, the aspect ratio is set to 4:3, but you can modify it using the -a or --aspect_ratio flag as follows:
bash
python pptx_o_matic.py path/to/pdf_file.pdf -o path/to/output.pptx -a 16:9

0.1.0

First release of PPTX-O-MATIC, a simple Python utility that converts Beamer PDF slides or any succession of images to PowerPoint presentations. I made this on my almost non-existent free time, so it might not work very well! You've been warned.

Usage

For PDF files:

bash
python pptx_o_matic.py path/to/pdf_file.pdf -o path/to/output.pptx


For a sequence of images:

bash
python pptx_o_matic.py -i path/to/images_directory -o path/to/output.pptx


Installation

Clone the repository, navigate to the project directory, and install the required dependencies:

bash
git clone https://github.com/Arielogg/pptx_o_matic.git
cd pptx_o_matic
pip install -r requirements.txt


I hope you find PPTX-O-MATIC useful for your presentation needs. If you encounter any issues or have any suggestions, please open an issue on GitHub.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.