SimpleGUICS2Pygame Logo
2.1.1
  • Package SimpleGUICS2Pygame
  • All modules of this package
    • codeskulptor — replace the codeskulptor module of CodeSkulptor
    • codeskulptor_lib — some miscellaneous functions
    • numeric — replace the numeric module of CodeSkulptor
    • simplegui_lib — simply import the following modules
    • simpleguics2pygame — the main module, replace the simplegui module of CodeSkulptor
    • simpleplot — replace the simpleplot module of CodeSkulptor
  • Compatibility
  • Tips
  • License: GPLv3
  • Known bugs
  • Developers
  • ChangeLog
  • List of online programs
  • List of online images
  • List of online sounds
  • Index
SimpleGUICS2Pygame
  • »
  • All modules of this package
  • View page source

All modules of this package

  • codeskulptor — replace the codeskulptor module of CodeSkulptor
  • codeskulptor_lib — some miscellaneous functions
  • numeric — replace the numeric module of CodeSkulptor
  • simplegui_lib — simply import the following modules
    • simplegui_lib_draw — draw functions
    • simplegui_lib_fps — class to calculate and display Frames Per Second
    • simplegui_lib_keys — class to manage keyboard handling
    • simplegui_lib_loader — class to load images and sounds
  • simpleguics2pygame — the main module, replace the simplegui module of CodeSkulptor
    • simpleguics2pygame — canvas
    • simpleguics2pygame — control
    • simpleguics2pygame — frame
    • simpleguics2pygame — image
    • simpleguics2pygame — keys
    • simpleguics2pygame — sound
    • simpleguics2pygame — timer
  • simpleplot — replace the simpleplot 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.

  • Index

  • Module Index

Previous Next

© Copyright 2013-2020, Olivier Pirson.

Built with Sphinx using a theme provided by Read the Docs.