If you're like me, you like making new Pathfinder characters, but there's a lot of boring boilerplate stuff to write up.
A couple of weeks ago I began work on a boilerplate character sheet generator. It won't produce a new character, but it gets a lot of boring stuff out of the way. Give it your character's attributes and class levels, and it will produce some text you can copy-paste on this forum so you can tweak it later.
It runs in Python 2.7 and uses the PyYAML library. It's also all command line, so there are still some user-friendly moves that remain.
You can visit the GitHub page here to take a closer look.