Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

239
Views
Is there any way to display websites or html/javascript in a widget in tkinter?

I'm trying to build a simple tkinter application that can easily display half complex websites. What I mean with half complex is the usage of JavaScript and html.

I did try using packages like tkinterweb, tkhtmlview, tkinterhtml, pywebkit but all of them failed to either work properly with tkinter or could just load simple pages like https://google.com

from tkinter import *
window = Tk()

leftside = Frame(window, width=400, height=500, bg="black")
leftside.grid(column=0, row=0)

#rightside = insert browser/html here
#rightside.grid(column=1, row=0)

window.title("Displaying a Website")
window.geometry("800x500")
window.mainloop()
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!