parent
820e4350d7
commit
17f3e719ba
|
@ -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)
|
Binary file not shown.
Loading…
Reference in New Issue