This repository contains the code and resources used in the article "Stop Wasting Time, Automate Your Presentation with Python" published on Medium.
automate_presentation.py
: The main Python script used to create presentations.automate_presentation.ipynb
: A Jupyter notebook demonstrating the script's usage.data
: A directory containing input data used to create presentation.img
: A directory containing images generated to create presentation.requirements.txt
: A file listing the required Python libraries.
Clone the repository:
git clone [email protected]:gpenessot/Automate-Presentation-Creation-with-Python.git
Install the required libraries:
pip install -r requirements.txt
Run the script:
python automate_presentation.py
This will create a new presentation file in the current directory.
- The article
- The Jupyter notebook
This repository is licensed under the MIT License.