# bevy_python_ffi 🧩
[](https://github.com/Mosure/bevy_python_ffi/actions?query=workflow%3Atest)
[](https://raw.githubusercontent.com/mosure/bevy_python_ffi/main/LICENSE)
[](https://github.com/mosure/bevy_python_ffi)
[](https://github.com/mosure/bevy_python_ffi/releases)
[](https://github.com/mosure/bevy_python_ffi/issues)
[](http://isitmaintained.com/project/mosure/bevy_python_ffi)
[](https://crates.io/crates/bevy_python_ffi)
run and interact with bevy apps from python
## run the example app (from python)
- `pip install examples/minimal`
```python
import bevy_python_minimal
bevy_python_minimal.main()
```
- `python ./examples/minimal/python/main.py`
## development
> depending on environment, you may need to open shell from a python virtual environment to build
- `python -m venv .venv`
- `source .venv/Scripts/activate`
## compatible bevy versions
| `0.1` | `0.13` |