I’m looking for a package that allows me to code a GUI in HTML/CSS/JS, but then have it run in a Python script.
So I’d have one variable that has all of my HTML/CSS/JS code in it that I can update programmatically, and I run this package to load all of the code into a UI window dynamically.
This project would require having live countdowns (timers), and I’d use Python functions to act as a Back End and pull data in from various API’s and send it to my Front End (HTML/CSS/JS).
I started using TKHtml but was told that the tkinter package is only able to handle basic HTML/CSS, and little to no JS.
Any ideas are appreciated, thanks yall!