Skip to content

Instantly share code, notes, and snippets.

@xuanvan229
Created January 8, 2018 03:24
Show Gist options
  • Save xuanvan229/bc8702c1d2cc1761046fad01bb5d860c to your computer and use it in GitHub Desktop.
Save xuanvan229/bc8702c1d2cc1761046fad01bb5d860c to your computer and use it in GitHub Desktop.
Python call cmd line
import . os
os.system('time')
os.system('wkhtmltopdf http://google.com google.pdf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment