Just a little solver for a-puzzle-a-day. It will solve for the provided month and date. It can solve for all solutions and for just one.
Run it as python puzzle_a_day_solver.py <month three letters> <date integer> [findAll/findOne]
for example python puzzle_a_day_solver.py dec 1
; python puzzle_a_day_solver.py nov 6 findAll