Python Forum
Show HTML in Python application and handle click
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Show HTML in Python application and handle click
#2
(Sep-28-2021, 04:19 AM)SamHobbs Wrote: I want to show a HTML file in a Python application, not in a browser (not in the usual manner) and process a click event locally in Python
Look at pywebview, Flexx,and can search electron python.
GUI toolkit Like PyQt(Webkit) and WxPython(WebView)has build support for render HTM/CSS.
(Sep-28-2021, 04:19 AM)SamHobbs Wrote: The reason I need to do that is that copying to the clipboard is highly restricted in browsers.
Yes,but would look into this is really needed maybe and other way,
then i would use more normally web-development approach eg for me this would be using Flask.
Reply


Messages In This Thread
RE: Show HTML in Python application and handle click - by snippsat - Sep-28-2021, 01:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can I develop a live video streaming application using python? mtrkhan 3 4,489 Nov-15-2021, 10:42 PM
Last Post: Larz60+
  show csv file in flask template.html rr28rizal 8 34,894 Apr-12-2021, 09:24 AM
Last Post: adamabusamra
  HTML multi select HTML listbox with Flask/Python rfeyer 0 4,702 Mar-14-2021, 12:23 PM
Last Post: rfeyer
  Python Desktop Application that will connect o Azure SQL Database thewolf 7 4,643 Feb-26-2021, 01:33 AM
Last Post: thewolf
  Log In Button Won't Click - Python Selenium Webdriver samlee916 2 3,879 Jun-07-2020, 04:42 PM
Last Post: samlee916
  Python3 + BeautifulSoup4 + lxml (HTML -> CSV) - How to loop to next HTML/new CSV Row BrandonKastning 0 2,402 Mar-22-2020, 06:10 AM
Last Post: BrandonKastning
  Handle parameters in POST request for python webserver? JBristow1729 1 7,839 Jul-16-2019, 10:59 PM
Last Post: scidam
  Excel Like Web Application using Python ravsha85 1 2,350 Jun-13-2019, 06:00 PM
Last Post: noisefloor
  Click Element if displayed using Selenium and Python giaco__mar 1 3,568 Dec-27-2018, 06:19 PM
Last Post: metulburr
  Application like simpler facebook wall in python framework seidman 1 3,342 Mar-11-2018, 05:07 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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