The thing is that there 3dsmaxcmd.exe which is used for rendering, and which is capable to show how long does it take and estimated time till finish. 
And my goal is to extract that both timedates, or see how is it built and counting progress, to build that kind of tool myself. By this approach im willing to solve an issue of keeping progress of rendering single frame. Any other approaches and ideas are welcome)
thank you for you attention!
I created a sample code that grabs the timestamps from an image. I broke it up into a few functions that should get you started.
To get the window screenshot and all the text using OCR (optical character recognition)
*Note: I am using a Mac so I haven't tested the get_window_screenshot() on windows.
That gets me:
Current Task: Rendering image... [02:08:05.9] [02:09:37.0 est]Now to get the timestamps. Here is a way you can do it:
Calling this function gives me:
['02:08:05.9', '02:09:37.0 est']Here's the code I used to run: