https://github.com/justingosses/codeskulptorpy
Various python scripts that run in Codeskulptor, which runs python in a browser window.
https://github.com/justingosses/codeskulptorpy
Last synced: about 2 months ago
JSON representation
Various python scripts that run in Codeskulptor, which runs python in a browser window.
- Host: GitHub
- URL: https://github.com/justingosses/codeskulptorpy
- Owner: JustinGOSSES
- Created: 2015-12-11T06:38:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T06:22:49.000Z (over 9 years ago)
- Last Synced: 2025-12-13T11:43:39.081Z (6 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeskulptorPy
A collection of games that run in Codeskulptor, which runs python in a browser window.
If you want to run these scripts, the easiest way is to paste them wholesale into the left side window at this links - http://www.codeskulptor.org/ .
Not all standard python modules are available in codeskulptor, so to run them as a normal python script you must replace the simplegui module with SimpleGUICS2Pygame as described on this webpage .https://simpleguics2pygame.readthedocs.org/en/latest/#
Live versions of several of these are available on my personal website: