An open API service indexing awesome lists of open source software.

https://github.com/jsfehler/renpy_launcher_package_installer


https://github.com/jsfehler/renpy_launcher_package_installer

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Drop the package_manager folder inside launcher/game, then add the following to `front_page.rpy`:

```
textbutton _("Install Package") action Jump("package_installer")
```

This adds an interface for installing python packages directly into a renpy project.