I have a 3rd party software which i run on Linux platform, this gives me a output for every 10 seconds. Is there any way in python to capture the screen contents thrown after every 10 seconds to a file a via python.
I do not want to run this 3rd party software command via sub process.