print height and with of console to screen python code example
Example: python console width
import os
rows, columns = os.popen('stty size', 'r').read().split()
import os
rows, columns = os.popen('stty size', 'r').read().split()