Advertisement

calling functions from javascript to create GUI in python

Started by December 23, 2014 04:24 PM
1 comment, last by Clockworking 10 years ago

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.

Hello Clockworking,

Usually there is python on every platform but if google does not have this in their cloud I think that

http://pyjs.org/ offers a fair chance for you to do what you want to do.

Regards

Henry

Advertisement

Thank you Glportal, I believe this will help me with what I am wanting to do.

This topic is closed to new replies.

Advertisement