From eee52152441a85366a905934cad20a5f83c503c0 Mon Sep 17 00:00:00 2001 From: muhammadsala597 Date: Mon, 7 Sep 2026 16:08:40 +0100 Subject: [PATCH 1/3] Update README.md fixed typos in the readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22a16fc..7f82229 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,20 @@ 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 +## Plugin is under development -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. +Using this plugin you can run python codes but you cannot import other python files yet, so, this feature will be supported in future updates. ### Update 1.0.7 -- Bugs fixes +- Bug fixes - Updated pyodide ### Update 1.1.0 -- Bugs fixes +- Bug 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. +This is plugin might not be supported in your device. To check wether this plugin is supported on your device or not, open console declare variable using 'const' key word. If it throws a error, your device doesn't support this plugin. From 8a570113f1880495bf577bc37dae5728056787a3 Mon Sep 17 00:00:00 2001 From: muhammadsala597 Date: Mon, 7 Sep 2026 23:23:16 +0100 Subject: [PATCH 2/3] Update README.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f82229..3ed8cf5 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ Using this plugin you can run python codes but you cannot import other python fi ## WARNING -This is plugin might not be supported in your device. To check wether this plugin is supported on your device or not, open console declare variable using 'const' key word. If it throws a error, your device doesn't support this plugin. +This is plugin might not be supported in your device. To check whether this plugin is supported on your device or not, open console declare variable using 'const' key word. If it throws a error, your device doesn't support this plugin. From 064eef19dbb7cca7400bc1a882b497e80ccb5911 Mon Sep 17 00:00:00 2001 From: muhammadsala597 Date: Tue, 8 Sep 2026 12:27:54 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ed8cf5..3477bfe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# acode-plugin-python +u# 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. @@ -18,4 +18,4 @@ Using this plugin you can run python codes but you cannot import other python fi ## WARNING -This is plugin might not be supported in your device. To check whether this plugin is supported on your device or not, open console declare variable using 'const' key word. If it throws a error, your device doesn't support this plugin. +This plugin might not be supported on your device. To check whether this plugin is supported on your device or not, open console declare variable using 'const' key word. If it throws a error, your device doesn't support this plugin.