Python Forum
Python Google maps API -> GUI tkinter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Google maps API -> GUI tkinter
#1
Hello guys.I have a question.How can I integrate Google Maps API in a Python GUI? (for example inside a label)
Thanks.
Reply
#2
Why not use a browser?
Reply
#3
I use a browser,but I'm thinking that if I have this map inside my GUI would be better.So?
Reply
#4
Why not write the gui to run in a browser?
Reply
#5
I don't want to open multiple windows.Is there a link in order to help me ?
Reply
#6
What I am trying to say, unsuccessfully so far, is why not make your program run in a browser. Each time I write a standalone application these days I wonder if it should be my last. Browsers are amazingly powerful and flexible, and the tools for developing web apps are far better than those available for standalone apps. Maybe you should stop wasting your time writing GUI programs using a crappy toolkit from the early 90's and learn something that an employer would view as an asset.
Reply
#7
Ooo,now I understand what you mean.But, how can I do it using python(only)?Is there any links to help me start?
Reply
#8
There is a ton of web development based on Python tools. Why do you think there is "Web Scraping and Web Development" section on the forum? Go take a look to get a sense for what Python tools are being used for web based programming. You might want to look under the "Tutorials" section also.
Reply
#9
Nick,
pyqt5, wxpython both have a html widgets. It's been a while but I was using folium easy python map creation to create maps and play, it uses a browser and internet connection.
Reply
#10
Hello again.I 'm wondering(again) if I can make a html file to create google map and add it inside a label (in tkinter)
I just want to tell me if can be done (and if yes,how can I do it).
Thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] Embed Google Maps in PyQt6 Widget Raures 2 3,033 Sep-11-2021, 04:32 PM
Last Post: Raures
  python GUI with google sheets graphs Omri_sap 1 1,836 Sep-22-2020, 09:21 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020