4 lines
93 B
Python
4 lines
93 B
Python
import weasyprint
|
|
|
|
sleep(300)
|
|
weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf') |