There are four main ways to start a new presentation.
Run in terminal/command line
python -m caroline.template
Run in terminal/command line
python -m caroline.template_quiz
Start pasting all your slide materials into subfolder named for example presentation_folder
. Then in the main folder run in terminal/command line
python -m caroline.folder2presentation ./presentation_folder
This will generate presentation_f2p.py
that places on separate slide every
single material from your presentation_folder
. Recognized file types are
images (.jpg, .jpeg, .png, .gif), IFrame content (.html) and .mp4 files. Files
in other formats are ignored. Note that files are inserted on individual slides
in alphabetical order. Therefore, if you enumerate your files like 01-filename,
02-filename... 12-filename..., you will even get a good order of slides in
presentation. Run python presentation_f2p.py
to generate HTML and open
presentation.html
then to see results!
Run in terminal/command line
python -m caroline.example