simpleguics2pygame — the main module, replace the simplegui module of CodeSkulptor

Warning

Be careful, the main module simpleguics2pygame is split in several files, but items from these files are available from the simpleguics2pygame module itself, like the simplegui module of CodeSkulptor.

For example, the function SimpleGUICS2Pygame.simpleguics2pygame.frame.create_frame() must be used by simplegui.create_frame() in CodeSkulptor and also with SimpleGUICS2Pygame with import SimpleGUICS2Pygame.simpleguics2pygame as simplegui.

simpleguics2pygame module: simpleguics2pygame/__init__.

Standard Python (2 and 3) module reimplementing the SimpleGUI particular module of CodeSkulptor and CodeSkulptor3 (a Python browser environment).

Require Pygame (except for the Timer class).

Online HTML documentation on Read The Docs. (You can also see the online SimpleGUI documentation on CodeSkulptor or SimpleGUI documentation on CodeSkulptor3.)

Piece of SimpleGUICS2Pygame. https://bitbucket.org/OPiMedia/simpleguics2pygame

license:GPLv3 — Copyright (C) 2013-2016, 2020 Olivier Pirson
author:Olivier Pirson — http://www.opimedia.be/
version:May 19, 2020