https://github.com/Acode-Foundation/acode-plugin-python
Acode plugin to run python code
https://github.com/Acode-Foundation/acode-plugin-python
Last synced: about 1 year ago
JSON representation
Acode plugin to run python code
- Host: GitHub
- URL: https://github.com/Acode-Foundation/acode-plugin-python
- Owner: Acode-Foundation
- Created: 2022-06-13T07:45:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T14:33:20.000Z (about 2 years ago)
- Last Synced: 2025-03-18T12:01:38.007Z (about 1 year ago)
- Language: JavaScript
- Size: 25.2 MB
- Stars: 48
- Watchers: 1
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# acode-plugin-python
Plugin to run python code in [Acode](https://acode.foxdebug.com) editor for android. This plugin uses [Pyodide](https://pyodide.org) project to run python in browser.
## Plugin is underdevelopment
Using this plugin you can run python codes but you cannot import other python files yet, so, this feature will be supportted in future updates.
### Update 1.0.7
- Bugs fixes
- Updated pyodide
### Update 1.1.0
- Bugs fixes
- Reduces waiting time
## WARNING
This is plugin might not be supported in your device. To check weather this plugin is supported in your device or not, open console declare variable using 'const' key word. If it throws a error, your device doesn't support this plugin.