pyBegin / projects / location-search-app-gui
🌐

Location Search App (GUI)

A Tkinter app with a search box that opens the entered location in Google Maps in your web browser.

45 lines🖥 Desktop only

Location Search App (GUI)

A Tkinter app with a search box that opens the entered location in Google Maps in your web browser.

How to run

pip install pyperclip
python "Location_Search_GUI.py"

Dependencies

tkinter (standard library), pyperclip.

Pyodide-runnable

No — it uses a Tkinter GUI and opens an external web browser.