You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kuba Orlik c1c3c5456f | 4 years ago | |
---|---|---|
assets | 4 years ago | |
.gitignore | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
main.py | 4 years ago | |
main.pyproject | 4 years ago | |
main.pyproject.user | 4 years ago | |
qt-map-py.spec | 4 years ago | |
screenshot.png | 4 years ago |
README.md
qt-map-py
A simple widget written in QML in python that lets you ask for a psecific point on a map from commandline (cli), like zenity does. It displays a map, and double clicking on the map causes the window to close and the coordinates to be printed on stdout;
Usage
Build the app:
make build
Run it:
./dist/qt-map-py/qt-map-py # start centered in Poznań
./dist/qt-map-py/qt-map-py 33.66195 -95.55362 # start centered at given lat / lon