AutomateTheBoringStuff.Ch11 package

Submodules

AutomateTheBoringStuff.Ch11.P1_mapIt module

Map it

Launches a map in the browser using an address from the command line or clipboard.

AutomateTheBoringStuff.Ch11.P1_mapIt.main()[source]

AutomateTheBoringStuff.Ch11.P2_parseHTML module

Parse HTML

This program uses requests to fetch an HTML page and bs4 to parse it.

AutomateTheBoringStuff.Ch11.P2_parseHTML.main()[source]

AutomateTheBoringStuff.Ch11.P3_lucky module

Lucky

Opens top Google search results for given query.

AutomateTheBoringStuff.Ch11.P3_lucky.main()[source]

AutomateTheBoringStuff.Ch11.P4_downloadXkcd module

Download XKCD

Downloads every single XKCD comic.

AutomateTheBoringStuff.Ch11.P4_downloadXkcd.main()[source]

AutomateTheBoringStuff.Ch11.P5_seleniumBrowser module

Selenium browser

This program uses selenium to parse and interact with websites

Note

AutomateTheBoringStuff.Ch11.P5_seleniumBrowser.main()[source]

Module contents