pocketpy 2.0.1 copy "pocketpy: ^2.0.1" to clipboard
pocketpy: ^2.0.1 copied to clipboard

A lightweight Python interpreter for game engines. It supports Android/iOS/Windows/Linux/MacOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pocketpy

With Flutter:

 $ flutter pub add pocketpy

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pocketpy: ^2.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pocketpy/pocketpy.dart';
12
likes
0
points
272
downloads

Publisher

verified publisherpocketpy.dev

Weekly Downloads

A lightweight Python interpreter for game engines. It supports Android/iOS/Windows/Linux/MacOS.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on pocketpy