2021-06-17 19:42:40 +02:00
2021-06-15 15:46:38 +02:00
2021-06-16 16:55:11 +02:00
2021-06-15 15:56:07 +02:00
2021-06-15 17:32:40 +02:00
2021-06-15 10:59:12 +00:00
2021-06-15 15:46:38 +02:00
2021-06-17 18:40:31 +02:00
2021-06-16 16:55:11 +02:00

csv-to-marp-converter

multiple-choice-quiz-csv-to-marp-markdown-slides-converter

this tool can convert a csv file into a Marp markdown slides, which can subsequently be converted into a pdf file.

csv needs to have the following format

Kategorie 1: Zitate ( Wer hat's gesagt?),,,,
(1) Probleme sind nur Dorninge Chancen,Jan Böhmermann,Christian Lindner,Elon Musk,Pable Escobar

Strings surrounded with quotation marks

docker run --rm --init -v $PWD:/home/marp/app/ -e LANG=$LANG marpteam/marp-cli slide-deck.md --pdf powerpoint export is also possible with --pptx

Script to run:

  1. csv -> marp markdown converter
  2. md -> pdf conversion using mark cli docker image

file upload based on https://pythonise.com/series/learning-flask/flask-uploading-files

python docker wait for container

Description
multiple-choice-quiz-csv-to-marp-markdown-slides-converter
Readme 94 KiB
Languages
Python 79.1%
HTML 20.9%