Monday, March 10, 2014

Grabbing screen size in wxPython

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

>>(width, height)



No comments:

Post a Comment