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
  • 65
  • 5

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
  • 4,666
  • 3
  • 8
  • 33