Not bad, not bad. What I really hate is the continuous clicking, there is no auto or skip function or maybe I just didn't find it?
There's no continuous clicking, but you can make it yourself.
TL;DR:
You can use 'AutoHotkey' to make a script that does it.
How to do it:
I used 'AutoHotkey v2' (Desktop installation. Well known and safe App as far as i know, that I've used before, but still do your own research on the topic).
Write this simple script:
Space::LButton
Esc::ExitApp
Put it in the same folder as game Exe file (for convenience, it will work from anywhere).
Launch it before you start the game.
Now Space works like Left Mouse Click (like in Ren'Py).
After you've closed the game, press Escape to end the script and revert Space back to its original state.
Hope that helps, it worked great for me, really makes a difference in games' UX.