Skip to content

Commit

Permalink
Merge pull request #118 from r00tr0x/master
Browse files Browse the repository at this point in the history
uploaded mapit.py
  • Loading branch information
rishabhgupta03 authored Oct 6, 2020
2 parents 9574fbc + 22d385c commit c96e55b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Python/mapit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import webbrowser, sys, pyperclip
if len(sys.argv)>1:
address = ' '.join(sys.argv[1:])
else:
address = pyperclip.paste()

webbrowser.open('https://www.google.com/maps/place/' + address)

0 comments on commit c96e55b

Please sign in to comment.