Page 1 of 1

Can I use python built-in or other modules?

Posted: Thu Aug 09, 2018 10:49 am
by shlung
Hi!
How ren'py is "compiling" into a game? It includes python interpreter with buitl-in and other modules? For avoiding conflicts it uses something like venv? Can I import other modules to a game (and where to leave it) without negative effects for performance, compatibility?