Completed Examples - alejandroautalan/pygubu-designer GitHub Wiki
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
To avoid wasting time, run the examples from the code zip-files and those examples from cloning this wiki. (I don't understand the recommendation; please edit to clarify.)
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.