摘要:
# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/5/15 15:05"import wximport sysclass Frame(wx.Frame): def __init__(self,parent,id,title) 阅读全文
posted @ 2018-05-17 15:53
五等码农
阅读(161)
评论(0)
推荐(0)
摘要:
# _*_ coding: utf-8 _*___author__ = 'pythonwu'__date__ = "2018/5/15 16:20"import wxfrom wx.py.shell import ShellFramefrom wx.py.filling import Filling 阅读全文
posted @ 2018-05-17 15:52
五等码农
阅读(1732)
评论(0)
推荐(0)
摘要:
#!/usr/bin/env python3# -*- coding: utf-8 -*-import wximport randomclass Tetris(wx.Frame): def __init__(self, parent): wx.Frame.__init__(self, parent, 阅读全文
posted @ 2018-05-17 15:23
五等码农
阅读(508)
评论(0)
推荐(0)