Open a website through python
Search addresses via Googlemap through python script
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
mapit 870 Valencia St, San Francisco, CA 94110
But with win + R, and type in 'mapIt.py + address' works
win + R
the problem may be the shebang line(executable script), which can be studied at "Learning Python"
Last updated 6 years ago