C
C
cagey2016-03-12 16:46:25
Python
cagey, 2016-03-12 16:46:25

How to link a GUI (tkinter) script to another script?

There is some script, which is a sequential set of instructions, in some places requiring user input, or giving data to the user.
There is a second script that provides some simple GUI (tkinter) for user interaction.
Actually, the question is: what is the easiest way to connect one with the other and organize their interaction? Threads?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai Karelin, 2016-03-17
@nikolay_karelin

There is a book Python in Practice, in which such examples are considered - both threads and processes. Code examples here www.qtrac.eu/pipbook.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question