#8 Calendar Maker
This program generates printable text files of monthly calendars for the month and year you enter. Dates and calendars are a tricky topic in programming because there are so many different rules for determining the number of days in a month, which years are leap years, and which day of the week a particular date falls on. Fortunately, Python’s datetime
module handles these details for you. This program focuses on generating the multiline string for the monthly calendar page.
The Program in Action
When you run calendarmaker.py, the output will look like this:
Calendar Maker, by Al Sweigart al@inventwithpython.com Enter the ...
Get The Big Book of Small Python Projects now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.