0

I did program in tkinter. So far I succeeded to do frontend. How to grab information to my clon server monitor? This is just screenshot but in tkinter I did excact copy of this. enter image description here

RObertos12
  • 87
  • 1
  • 6

1 Answers1

1

Go for it like this:

  1. write your code to gather the information in another script.
  2. use threading to run this script in your GUI-script.
  3. Use a queue.Queue to share the informations in your scripts.
Thingamabobs
  • 7,274
  • 5
  • 21
  • 54