How to use the lupa.MyCanvas function in lupa

To help you get started, we’ve selected a few lupa examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github PythonCHB / wxPythonDemos / lupa.py View on Github external
def __init__(self):
        wx.Frame.__init__(self, None, -1, "Lupa")
        canvas = MyCanvas(self)
        Size = ( canvas.bmp.GetWidth(), canvas.bmp.GetHeight() )
        self.SetSize(Size)

        self.Show()

lupa

Python wrapper around Lua and LuaJIT

MIT
Latest version published 5 months ago

Package Health Score

80 / 100
Full package analysis

Similar packages