Skip to content

Update README.md: spelling and grammar corrections #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# 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 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.
Using this plugin, you can run Python code, but you cannot import other Python files yet. This feature will be supported in future updates.

### Update 1.0.7

- Bugs fixes
- Updated pyodide
- Bug fixes
- Updated Pyodide

### Update 1.1.0

- Bugs fixes
- Reduces waiting time
- Bug fixes
- Reduce 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 plugin might not be supported on your device. To check whether or not this plugin is supported on your device, open console and declare a variable using 'const' key-word. If it throws an error, your device doesn't support this plugin.