sjchiass / website

My hugo website
https://sjchiass.com
0 stars 0 forks source link

Make the cat calendar Python library #4

Open sjchiass opened 3 years ago

sjchiass commented 3 years ago
sjchiass commented 3 years ago

Python has a calendar library for determining days. Otherwise, the Wikipedia article on the Gregorian calendar explains it at the very start: https://en.wikipedia.org/wiki/Gregorian_calendar

sjchiass commented 3 years ago

You can draw a calendar fairly easily with the PIL/pillow library. I've made a simple calendar with a few features. Holidays are missing, but the holiday library can at least detect them: https://github.com/dr-prodigy/python-holidays test