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
- This code is made to make
a slide with a question
next slide with the answer - How to separate the text of one slide from the others?
Put an empty line in between - How to put an image?
001.png,100,300
where 100 is the x and 300 is the y
- 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
- How can I go to next slide�
whit arrow key or mouse button right and left - Can I change the text size?
Yes, with the mousewheel