Use python win32gui for drawing

  import win32gui from re import match def draw_line(): print 'x1,y1,x2,y2?' s=raw_input() if match('/d+,/d+,/d+,/d+',s): x1,y1,x2,y2=s.split(',') x1=int(x1) y1=int
相關文章
相關標籤/搜索