dev tools are a series of tools I've wrote to help me with the Ren'py developement, specially with the screens and minigames.
How to install: put the script files into your game folder, preferably a folder for all of the tools you might add.
you need to add "dev tools.rpy" to your game then you can press ~ buttin (under Esc) to toggle the menu containing all of the tools you've added to your game. any tool you add to your folder will be added to this menu automatically and there no need to modify the scripts.
the base menu.
shows the position of the mouse and the option to copy the mouse pos() or align() on the games screen.
allows selecting and storing colors on the screen. (almost ready)
allows running screens you're working on anywhere in the game by adding them to a list.
allows viewing and picking of unicode characters in your font. (under development)
theme colors selection for 0GUI(under development)
the functions needed for dev tools to work:
provides the clip_put function used by some tools. Function(clip_put, "information to copy")