Improved consistency and readability in README

This commit is contained in:
rimshafari 2026-03-20 12:20:14 +05:30 committed by GitHub
parent 0676b21da2
commit 96d0a0aef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
# pocketpy: portable python 3.x interpreter # Pocketpy: portable python 3.x interpreter
<p> <p>
<!-- Build --> <!-- Build -->
@ -25,18 +25,18 @@
<a href="https://deepwiki.com/pocketpy/pocketpy"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> <a href="https://deepwiki.com/pocketpy/pocketpy"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
</p> </p>
pocketpy is a portable Python 3.x interpreter, written in C11. PocketPy is a portable Python 3.x interpreter written in C11.
It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance. It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features, and competitive performance.
pocketpy has no dependencies other than the C standard library, which can be easily integrated into your C/C++ project. PocketPy has no dependencies other than the C standard library, which can be easily integrated into your C/C++ project.
Developers are able to write Python bindings via C-API or pybind11 compatible interfaces. Developers can write Python bindings via C-API or pybind11-compatible interfaces.
Please see https://pocketpy.dev for details and try the following resources. Please see https://pocketpy.dev for details and try the following resources.
+ [Live Python Demo](https://pocketpy.dev/static/web/): Run Python code in your browser + [Live Python Demo](https://pocketpy.dev/static/web/): Run Python code in your browser
+ [Live C Examples](https://pocketpy.github.io/examples/): Explore C-APIs in your browser + [Live C Examples](https://pocketpy.github.io/examples/): Explore C APIs in your browser
+ [Godot Extension](https://github.com/pocketpy/godot-pocketpy): Use pocketpy in Godot Engine + [Godot Extension](https://github.com/pocketpy/godot-pocketpy): Use PocketPy in Godot Engine
+ [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=pocketpy.pocketpy): Debug and profile pocketpy scripts in VSCode + [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=pocketpy.pocketpy): Debug and profile PocketPy scripts in VSCode
+ [Flutter Plugin](https://pub.dev/packages/pocketpy): Use pocketpy in Flutter apps + [Flutter Plugin](https://pub.dev/packages/pocketpy): Use PocketPy in Flutter apps
+ [Raylib Bindings](https://github.com/pocketpy/raylib-bindings): Use raylib with pocketpy + [Raylib Bindings](https://github.com/pocketpy/raylib-bindings): Use raylib with PocketPy
## Supported Platforms ## Supported Platforms