How to use the pythonnet.demo.helloform.HelloApp function in pythonnet

To help you get started, we’ve selected a few pythonnet 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 fkarb / pythonnet_old / pythonnet / demo / helloform.py View on Github external
def main():
    form = HelloApp()
    print "form created"
    app = WinForms.Application
    print "app referenced"
    app.Run(form)

pythonnet

.NET and Mono integration for Python

MIT
Latest version published 7 months ago

Package Health Score

83 / 100
Full package analysis

Similar packages