Python Forum

Full Version: Trying to pass an exe filepath to tkinter Chatbot & expecting the chatbot to run it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have been through a few web pages to create a tkinter based chatbot, that has a training module derived from a json file.

Now the inputs in the json file are mostly static but I am looking forward to provide a path of an exe to the chatbot and would like the chatbot to execute that exe on my local machine.

Any help would be appreciated, I am new to this forum and python.

Thanks for your time.