Presentations with Python

In this page you can find a collection of different tutorials I made on the topic about presenting stuffs with Python, in particular with Powepoint, pygame and Reveal.js.

Presenter

Link to github repository of this simple app to present with pygame.

how to write the slides

  1. This code is made to make
    a slide with a question
    next slide with the answer
  2. How to separate the text of one slide from the others?
    Put an empty line in between
  3. How to put an image?
    001.png,100,300

where 100 is the x and 300 is the y

  1. Can I fit the screen with an image? Yes, like this, with the -1 at the end
    001.png, 100, -1

The image will be big as the screen

  1. How can I go to next slide…?
    whit arrow key or mouse button right and left
  2. Can I change the text size?
    Yes, with the mousewheel

Powerpoint and Python with python-pptx

in this video I explain how to use Powerpoint through Python code.

The blog with the code of the previous video

Python to create easily powepoint presentations

Powerpoint in minutes

Images in powerpoint with python

How to put images in powerpoint with python.

A program to use powerpoint with python

Pygame like powerpoint

Draw on screen

This script makes you draw on the screen with pygame.

Create html with svg with python

You can also create a presentation in an html file using svg files, with the help of python of course.

Tkinter presentation with svg

Tkinter and svg together to present

Simple presentation in html
https://youtu.be/HMH8r_4Iwtw

Presentations in seconds
https://youtu.be/qFCcT4dO-UE

Pure python presentations
https://youtu.be/uH127Hsj2XQ

Python and reveal.js for presentation
https://youtu.be/iwWPZQaszJ4

Presentation with jupyter notebook and reveal.js
https://youtu.be/9l5JTmYmwCw

Reveal.js
https://youtu.be/AjNwYq06v88

Tkinter slider of images
https://youtu.be/fWUv54KdBx4