https://github.com/cutwell/github-browser-python-runtime
Run .py files locally in the browser.
https://github.com/cutwell/github-browser-python-runtime
Last synced: 4 months ago
JSON representation
Run .py files locally in the browser.
- Host: GitHub
- URL: https://github.com/cutwell/github-browser-python-runtime
- Owner: Cutwell
- License: mit
- Created: 2021-08-30T01:26:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T14:41:35.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T11:28:15.786Z (over 1 year ago)
- Language: HTML
- Size: 343 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Run python files from within GitHub file pages.

| |
|:---:|
|  |
| Install this extension in the [Chrome web store](https://chrome.google.com/webstore/). |
## About
| |
|:---:|
|  |
| This extension creates additional UI within the GitHub file viewer, allowing users to run .py (python) files within the browser. |
Powered by [Skulpt](https://github.com/skulpt/skulpt), this extension allows supports the majority of the Python3 language, and includes a wide number of standard library modules.
## Manual installation
| |
|:---:|
|  |
| Navigate to `chrome://extensions` and `load unpacked`. |
1. Clone this repository onto your device.
2. Navigate to `chrome://extensions/` (replace `chrome` with the name of your Chromium-based browser, for instance `opera://extensions/`).
3. Open the file explorer using `Load unpacked` and navigate to the root folder of this repository.
4. Select this folder, and the extension should load into your list of browser extensions.
## License
MIT