I recently wrote about Mouse Sniper, a small python script I built over Christmas. Today I took the time to turn it into a proper mac Application, and these are my notes on how it was done.

The github branch and commit I used was this one and I used the library py2app to perform the conversion. The documentation for that library confused me, and I got a lot more out of this blog and a number of Stack Exchange threads.

It’s something I’ve never done before, and reveals me as a seriously under experienced programmer, but it’s also something that was fun to learn about.