winconsole

Module: winconsole

Set of functions to work with console on Windows.

IPython.winconsole.get_console_size()

Return size of current console.

This function try to determine actual size of current working console window and return tuple (sizex, sizey) if success, or default size (defaultx, defaulty) otherwise.

Dependencies: ctypes should be installed.

Table Of Contents

Previous topic

wildcard

Next topic

License and Copyright

This Page