Python Forum
which is the best library to create a simple web browser?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
which is the best library to create a simple web browser?
#1
Is tkinter good for this task?
I am making a gui on tkinter and I want to display a google map in it which displays some coordinates sent to it by gps
Reply
#2
Yes, it's fine for that, you would draw the map on a canvas widget
google 'tkinter tutorial python 3' for a list of available tutorials.
Reply
#3
It all depends on your level of comfortability Tkinter, PySide2, PyQt5 WxPython are all solid options and in my experience all require a measure of getting to know. They basically do the same thing as they are all based on python the question should not be what can I get by with but what can I grow into and which would be the best in the long run -- because generally whatever you start learning will be the one you will tend to gravitate to and as such you want to gravitate to the one that gives you most.
Reply
#4
Thank you everyone for their inputs.

(Jan-08-2020, 11:54 AM)Larz60+ Wrote: Yes, it's fine for that, you would draw the map on a canvas widget google 'tkinter tutorial python 3' for a list of available tutorials.

google map obtained is not an image but an html page, i looked into canvas as you asked but there you can display a image not no option to show a html page.If I am missing, can you help me with that?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to create a simple GUI GRS26 7 3,633 Mar-27-2021, 02:38 PM
Last Post: FernandoCabral
  Simple Button click on image file to create action? jpezz 4 6,867 Mar-27-2019, 10:08 PM
Last Post: jpezz
  I'm trying to create a simple yes/no dialog box RedSkeleton007 15 18,563 Apr-25-2018, 05:10 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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