Skip to content

A visual novel framework for making prototyping easy.

Notifications You must be signed in to change notification settings

elvodqa/pyreimu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyreimu

About

PyReimu is a visual novel framework for making prototyping easy.

Installing

PyReimu is (not yet) available at PyPI.

pip install pyreimu

ExampleGame

import pyreimu

game = pyreimu.Pyreimu("Example Game")
game.speaker("Alice")
game.talk("Hello, world!")
game.talk("This is a test.")
game.talk("I hope you enjoy it!")
game.talk("Goodbye!")

game.speaker("Bob")
game.talk("Hello, world!")
game.talk("I'm an another character.")
game.talk("I hope you enjoy it!")
game.talk("Goodbye!")

game.run()

Contributing

Contributions are welcome! Please read the Contributing Guide for more information.

About

A visual novel framework for making prototyping easy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published