https://github.com/yjg30737/pyqt-googlemap-example
PyQt window which shows the Google map
https://github.com/yjg30737/pyqt-googlemap-example
googlemap pyqt-examples pyqt-googlemap pyqt-map pyqt-tutorial pyqt5 pyqt5-googlemap pyside-googlemap qt-googlemap qtwebenginewidgets
Last synced: 7 months ago
JSON representation
PyQt window which shows the Google map
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-googlemap-example
- Owner: yjg30737
- License: mit
- Created: 2023-01-10T05:43:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T02:23:53.000Z (about 3 years ago)
- Last Synced: 2025-05-21T02:46:19.817Z (9 months ago)
- Topics: googlemap, pyqt-examples, pyqt-googlemap, pyqt-map, pyqt-tutorial, pyqt5, pyqt5-googlemap, pyside-googlemap, qt-googlemap, qtwebenginewidgets
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyqt-googlemap-example
PyQt window which shows the Google map
Loading screen supported.
This is English version, by the way! If you want to see the Google map in your own country's language just get rid of the `hl="en"` at the end of the url.
## How To Use
1. git clone ~
2. python -m pip install PyQt5-stubs - if this is not installed, QtWebEngineWidgets might not work
3. python -m pip install PyQtWebEngine - if Python IDE or something like that says that they can't find QtWebEngineWidgets or PyQt5.sip, put the `--upgrade` option behind of this command
4. python main.py
## Preview

## See Also
* PyQt Folium Example
* PyQt Plotly Example