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.
| cal2026.html | Add cal2026.html | |
| LICENSE | Initial commit | |
| main.py | Add main.py | |
| README.md | Update README.md | |
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.