Skip to main content

A wrapper for the CodeSkulptor SimpleGUI API using TkInter

Project description

SimpleGUITk is a wrapper for the CodeSkulptor SimpleGUI API using TkInter. CodeSkulptor is a browser-based Python interpreter used in the online course “An Introduction to Interactive Programming in Python”.

This wrapper makes it easier to work in the development environment of your choice while still being able to quickly test your implementation without using a web browser.

Requirements

  • Pillow 2.0.0 in order to use images.

  • Pygame 1.9.0 for sound support.

Usage

The most practical way to use SimpleGUITk is to use the following import statement which makes it easy to switch between SimpleGUI and SimpleGUITk.

import simpleguitk as simplegui

Assuming you intend to eventually run your code in CodeSkulptor make it a habit to test it often. As of this writing some of Python’s language features are unavailable in CodeSkulptor and catching these early on makes it easier to make sure your implementation works as expected.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SimpleGUITk-1.0.0.tar.gz (6.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page