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