Python script to auto generate random/generic Funscripts

I used a bit of AI and managed to create a python script that will generate randomised generic funscripts for you.
The idea is for videos like solo vids or lesbian where you are not matching a stroke or anything as there isn’t one, but you want to sit back and enjoy.
It starts slow and shallow and then increases over time, but you can contol randomness of length, drift (high/low stroking) and whether it is a constant growth of stroke length goes up and down.
Rename it to .Py and you run from a command line like so:

python generatefunscript4.py 20 random on high

This would create a 20 minute funscript, the stroke length would be randomised (so not linear growth of stroke length), it would “drift” so some strokes high, some strokes low, and volatility is High, so it can go back to small stroke lengths after getting longer.

python generatefunscript4.py 10 linear of low
That would then generate a 10 minutes, linear growth, all centrally aligned and growing ever upwards in length, not downwards.

Hope you enjoy and find it useful. :slight_smile:

GenerateFunscript4.txt (4.3 KB)

1 Like

GenFunscipt.py.txt (5.8 KB)
Hi, the script works well I think, but personally I would never make a script to go with nothing. So I just kept the core logic the same, but made it a little nicer with argparse & now with the ffmpeg-python package you can give an input to a video, and it will generate a funscript of that video’s length.

I appreciate you making this though, I might keep trying to build on it making it do more stuff.

1 Like