Constantly log into console using python3 cmd module

152 Views Asked by At

I'm trying to make something like server using python's CMD module for interaction, but I cannot find any information about printing logs into console on-the-fly without command "printLogs" The good example of interaction with server is steamCMD. Is there any way to do this using python's CMD module?

Screenshot of steamCMD window: steamCMD

0

There are 0 best solutions below