Skip to content

Instantly share code, notes, and snippets.

View sysatom's full-sized avatar
🎯
Focusing

Robin sysatom

🎯
Focusing
View GitHub Profile
import sys
import subprocess
from urlparse import urlparse, parse_qs
def main(script, plate):
url = urlparse(plate)
query_string = parse_qs(url.query)
application = r'D:\Program Files\HeidiSQL\heidisql.exe'
command = [application,