ajout script python to update terminal-cv pdf

v4
greg 1 year ago
parent 89af9a3862
commit e37fd9c221
  1. 7
      web-to-pdf.py

@ -0,0 +1,7 @@
import weasyprint, time
time.sleep(30)
try:
weasyprint.HTML('https://cv.gregandev.fr').write_pdf('out.pdf')
except:
continue
Loading…
Cancel
Save