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.