1
0
Fork
You've already forked betterpyhtmlcal
0
Better Python HTML Calendar. The current builtin html calendar generator in Python stinks because it generates HTML that uses old, deprecated, and weird practices. This is built on top of that one and uses smart text replacements to fix all these problems with it.
  • HTML 88%
  • Python 12%
2026年05月31日 06:22:34 +02:00
cal2026.html Add cal2026.html 2026年05月31日 06:19:36 +02:00
LICENSE Initial commit 2026年05月31日 06:10:24 +02:00
main.py Add main.py 2026年05月31日 06:19:04 +02:00
README.md Update README.md 2026年05月31日 06:22:34 +02:00

betterpyhtmlcal - Better Python HTML Calendar

The current builtin html calendar generator in Python stinks because it generates HTML that uses old, deprecated, and weird practices. This is built on top of that one and uses smart text replacements to fix all these problems with it.

Run python main.py and a file called "cal{year}.html" will show up in the same directory. Open up that file in an HTML viewer (like a browser), and you'll see that this works.