Skip to content

Commit 48fc9e5

Browse files
committed
added mapit.py description
1 parent 0a45ed4 commit 48fc9e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Modules/WebScraping/mapit.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /usr/bin/python3
2+
# Script opens a google maps webpage with an address either on command line or
3+
# on clipboard
4+
# Demonstrates power of webbrowser.open(url), which opens a web browser
5+
6+
import webbrowser

0 commit comments

Comments
 (0)