Ren'Py Python

Open-source Ren'Py projects categorized as Python

Top 3 Ren'Py Python Projects

  • RenPy

    The Ren'Py Visual Novel Engine

    Project mention: Having an issue with custom credits menu | /r/RenPy | 2023-07-17

    ###################################################### Credits label credits(): $ credits_speed = 20 scene black show text '''{b}Blabla:{/b}\n\n{i}Me{/i}\n\n\n {b}Clacla:{/b}\n\n{i}You{/i}\n\n\n {b}Dladla:{/b}\n\n {i}He{/i}\n\n\n {b}Hlahla:{/b}\n\n{i}She{/i}\n\n\n {b}Brrr:{/b}\n\n{i}Grrr{/i}\n\n\n {b}Drrr:{/b}\n\n{i}Hrrr{/i}\n\n\n\n\n Made with {a=https://www.renpy.org/}Ren'Py{/a} v[renpy.version_only]\n\n\n{b}Ren'Py License:{/b}\n[renpy.license!t]''' at Move((0.5, 1.0), (0.5, -1.0), credits_speed, xanchor=0.5, yanchor=0) with Pause(credits_speed+4) return init screen about(): tag menu add "main_menu" use game_menu(_("Credits"), scroll="viewport"): style_prefix "about" fixed: xalign 0.5 yalign 0.5 viewport id "vp": draggable True mousewheel True has vbox: spacing 3 textbutton _("whattheheeeeellll") action Jump("credits") init -1 style about_label is gui_label init -1 style about_label_text is label_text init -1 style about_text is gui_text init -1 style about_label_text: size gui.label_text_size

  • DDLCModTemplate2.0

    A new template for producing DDLC mods that adhere to Team Salvato's guidelines based off DDLC itself.

    Project mention: Mod template won't work | /r/DDLCMods | 2023-06-16

    I'm trying to use this mod template, but I keep getting this error when opening it:

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

  • WintermuteV3

    The Cultural Learning of Neckbeard AI Girlfriend Simulator Make Benefit Glorious Nation of United Kingdoms

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-07-17.

Ren'Py Python related posts

Index

What are some of the best open-source Python projects in Ren'Py? This list will help you:

Project Stars
1 RenPy 3,980
2 DDLCModTemplate2.0 54
3 WintermuteV3 2
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
www.sonarqube.org