zhangt58 / pydraw

Python GUI application demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydraw

A python GUI application developed for the demonstration of the following features and most importantly for fun.

Window installer (may work or not) could be found: pydraw.exe

Install by pip: pip install pydraw

Execute: pydraw to start the app.

Features to be demonstrated:

  • Building GUI application from scratch;
  • Create GUI controls;
  • Event bindings to GUI controls;
  • Layout GUI controls;
  • GUI device context manipulation;
  • How to think in OOP way;
  • Class inheritance;
  • Python threading;
  • Python application packaging.

Developing language: Python 2.7.6

Third-party packages: wxPython and numpy

Author: Tong Zhang

About

Python GUI application demo

License:GNU General Public License v3.0


Languages

Language:Python 100.0%