You are browsing as a guest. Sign up (or log in) to start making projects!

1h 39m 22s logged

Got most of the program working

Right now the program can find out where it needs to press to select all the days in the current month with the help of some modulo math and integer devision. It took me a bit of time to figure out the right approach, but with the calendar.daterange() I can get the first day of the month (0=mo, 1=tu, 2=wo, etc.) and the number of days in the month, so I use the first day as an offset and use the mod and int division to get the correct rows and columns. I can then also repeat this for the months after. I am sometimes getting a weird error when doing this, so I still need to figure that out.

0
14

Comments 0

No comments yet. Be the first!