No description
Kumi
af10cd37b3
This commit adds functions to generate monthly calendars in addition to the existing functionality of generating weekly calendars. The "get_month" function retrieves a list of weeks within a given month, and the "generate_monthly_html" function generates the HTML content for a monthly calendar using a Jinja2 template. The new template file "templates/monthly.html" is also included in this commit. |
||
---|---|---|
src/kalente | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.md |
Kalente
Kalente is a simple Python script for generating PDF calendars.
It can be used to generate weekly calendars at the moment, but it will be extended to support monthly and yearly calendars as well.
License
Kalente is licensed under the MIT license. See the LICENSE file for more information.