Skip to content

gpenessot/Automate-Presentation-Creation-with-Python

Repository files navigation

Automate Presentation Creation with Python


This repository contains the code and resources used in the article "Stop Wasting Time, Automate Your Presentation with Python" published on Medium.

What's included:

  • 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.

Getting started:

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.

Additional resources:

License:

This repository is licensed under the MIT License.

About

Code for Medium article "Automate Presentation Creation with Python"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published