Blog (or) Scribble Pad

Grabbing screen size in wxPython

>>import wx
>>screen_size = wx.DisplaySize()
>>print (screen_size)

>>(width, height)