> For the complete documentation index, see [llms.txt](https://lifelong-learning.gitbook.io/pythonjourney/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lifelong-learning.gitbook.io/pythonjourney/open-webpage-via-python.md).

# Open Webpage via Python

## Goal:

1. Open a website through python
2. Search addresses via Googlemap through python script

## Difficulty

1. Executable program: following the "Automate boring stuff with python" Chapter 11, mapIt project
   * `mapit 870 Valencia St, San Francisco, CA 94110` just doesn't work on my computer
   * But with `win + R`, and type in 'mapIt.py + address' **works**
   * the problem may be the shebang line(executable script), which can be studied at "Learning Python"
