diff --git a/P02_Funktionen_Datentyp_enum/m_to_pdf.py b/P02_Funktionen_Datentyp_enum/m_to_pdf.py deleted file mode 100644 index bbd1b41..0000000 --- a/P02_Funktionen_Datentyp_enum/m_to_pdf.py +++ /dev/null @@ -1,11 +0,0 @@ -import os -import grip -import pdfkit - -os.chdir(r"C:\Users\bazz\Documents\GitHub\snp\praktika\P03_Bounding_Box") -f_md = r".\README.md" -f_html = r".\REAMDE.html" -f_pdf = r".\README.pdf" - -grip.render_content(f_md) -pdfkit.from_file(f_html, f_pdf) diff --git a/P02_Funktionen_Datentyp_enum/wkhtmltox-0.12.4_msvc2015-win64.exe b/P02_Funktionen_Datentyp_enum/wkhtmltox-0.12.4_msvc2015-win64.exe deleted file mode 100644 index 9b9f058..0000000 Binary files a/P02_Funktionen_Datentyp_enum/wkhtmltox-0.12.4_msvc2015-win64.exe and /dev/null differ