From e60e82ef8bb3b9fbe84ab1731e87b8f36e278dca Mon Sep 17 00:00:00 2001 From: Captain-K <44168298+Captain-K-101@users.noreply.github.com> Date: Mon, 29 Oct 2018 12:46:44 +0530 Subject: [PATCH] Update maps.py --- maps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/maps.py b/maps.py index 0d5bf2a..afd7254 100644 --- a/maps.py +++ b/maps.py @@ -1,3 +1,4 @@ +#will open location of given address on google maps import webbrowser, sys, pyperclip if len(sys.argv)>1 : address=' '.join(sys.argv[1:])