Skip to content
Peter JOHN Matecsa edited this page Mar 16, 2022 · 2 revisions

Competed examples are available here; they demonstrate key concepts and provide helpful starting points.

We group related examples in subdirectories. Each child directory contains one example and these files:

  • *.ui a GUI design file that you can load into your designer and study
  • *.py the Python code file generated from *.ui. Don't overwrite this; we often manually add comments and code snippets
  • sometimes, the same example is expressed in different human languages
  • sometimes other files are included

Forking the Github repository is a quick way to download all examples. There are many ways to do that; GitHub's official recommendations are here.

Clone this wiki locally