An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/55078043/211472004-4385cc61-db7d-4bab-bb62-0b9e4919b530.png)

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