If by OP you mean overpowered, you don't need a mod. Use the renpy save editor, give yourself 999 HP/MP and spirit, 9999999 eros, 99 all stats, and set all your resistances to 0%. You can also go through and add various or even all the perks as well. That's really all you need to do then the game becomes pretty kinetic at that point.
Open up your game folder, navigate to renpy/common/00console.rpy
Open it with Notepad or another basic text editor.
Find the line with config.console = false and change it to true.
Open the game and hit shift-O to open the console (that's the letter, not a 0).
The code to set your max arousal/lives/magic to max are player.stats.max_(hp/sp/ep) += (value)
The code to change your stats are player.stats.(Power/Tech/Int/Willpower/Allure/Luck) += (value).
Alternatively you can do player.stats.Exp += 100000000 to give yourself a hundred million xp so that you shoot to lvl 400 instantly.
Keep in mind this is the renpy console, so it's entirely possible to fuck up your save (just like you could do with any editor). There's also a page on the wiki for other commands. One thing to note is that it's case sensitive, and there are still things that can either instakill you (such as the Tengus in Will-Power Temple).
Here's the link to the wiki page: https://monstergirldreams.miraheze.org/wiki/Console