Skip to content

This script means you can simply copy the address to clipboard and it will open it in Google Maps.

Notifications You must be signed in to change notification settings

jasonsong93/google-maps-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

google-maps-launcher

Script:

  1. Gets a street address from the command line arguments or clipboard
  2. Opens the web browser to the Google Maps page for the address

This means your code will need to do the following:

  1. Read the command line arguments from sys.argv.
  2. Read the clipboard contents.
  3. Call the webbrowser.open() function to open the web browser.

Requirements:

  • Have Python installed, and pyperclip dependency
  • You can install pyperclip with pip: pip install pyperclip
  • pip can be installed using sudo apt install python3-pip

About

This script means you can simply copy the address to clipboard and it will open it in Google Maps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages