README.txt 620 B

123456789101112131415161718192021222324252627282930
  1. 1. Opening the examples
  2. =======================
  3. The directory 'YAKINDU_WORKSPACE' is a workspace that you can open in YAKINDU (or as they prefer to be called these days: "itemis CREATE").
  4. Every example will show up as a project.
  5. 2. Running the Python code
  6. ==========================
  7. Python Dependencies
  8. -------------------
  9. - Python >= 3 (tested with Python 3.12)
  10. - TkInter (included in most Python-distributions)
  11. - (optional) simpleaudio (for sound effects)
  12. Running
  13. -------
  14. To run the examples:
  15. python run.py <PROJECTNAME>
  16. for instance:
  17. python run.py 70_ChildLock