Hey guys, it's me again and I have another question:
After messing around with Tkinker to create a chat client GUI in python on my Linux machine at home (Experimenting with multiprocessing), I want to do the same on my school's Chromebook, but using a module to access the JavaScript functions I have on the webpage, OR directly manipulate the HTML of the webpage the GUI will be displayed on, along with calling python functions using buttons that I will have on the page, and accessing any JavaScript variables I may have.
Is there any way to do this?
EDIT: I'm also hoping to create a simple module to allow people to create GUIs if they're on a Chromebook.