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:])