0

I want to make a game in python that I can then import on an html page. All in all, it's a visual novel with python games in it. Is there a way to import the renpy library directly in python or should I do the opposite and import the python games in the renpy script?

import renpy
label start:

    return
A human
  • 23
  • 5

1 Answers1

0

Renpy isn't a python library so the answer is no, you can't.

Warisul
  • 116
  • 5