https://github.com/jsfehler/renpy_launcher_package_installer
https://github.com/jsfehler/renpy_launcher_package_installer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsfehler/renpy_launcher_package_installer
- Owner: jsfehler
- License: mit
- Created: 2021-12-30T05:03:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T18:10:02.000Z (over 4 years ago)
- Last Synced: 2025-09-11T13:44:38.941Z (9 months ago)
- Language: Ren'Py
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.