Joshua Varghese
Joshua Varghese

Reputation: 5202

How to create s custom window in Python to display an iframe?

For displaying video player I would like to create a custom window that shows the output of the iframe html code I give.How do I create it ? I use Python idle and Windows

Upvotes: 0

Views: 419

Answers (1)

StefanMZ
StefanMZ

Reputation: 473

Please give more details. What are you using to parse html code? what are you using for an ui? If you are really new... try some googles :)

Pywebview This might help. But for referent please try and google before asking.

Upvotes: 1

Related Questions