getterminalsize() python code example Example: python console width import os rows, columns = os.popen('stty size', 'r').read().split()