コード例 #1
0
ファイル: rps4kivy.py プロジェクト: mcasal/pyws-fablab-lisbon
def main():
    app.config(dict(title="Rock - Paper - Scissor", cmdhdl=command_handler,
                    inithdl=init_handler))
    G.putcons = app.get_console_window()
    G.putmsg  = app.get_message_window()

    app.main()
コード例 #2
0
def main():
    gui.config(dict(title="Mastermind",
                    cmdhdl=command_handler,
                    inithdl= init_handler))
    gui.start()
    pass
コード例 #3
0
def main():
    app.config(dict(title="Importer", cmdhdl=command_handler,
                    inithdl=init_handler))
    app.start()
コード例 #4
0
def main():
    app.config(dict(title="Rock - Paper - Scissor", cmdhdl=command_handler, inithdl=init_handler))
    app.start()