debug lab 2

...
This commit is contained in:
bazz 2022-03-01 23:31:23 +01:00
parent 820e4350d7
commit 17f3e719ba
2 changed files with 0 additions and 11 deletions

View File

@ -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)