No description
Kumi
60cfcc70dd
- Added .gitignore file to specify files and directories to ignore in version control. - Added LICENSE file with MIT license. - Added README.md file with project information and license details. - Added pyproject.toml file with project metadata and dependencies. - Added kalente source files for generating PDF calendars. - Implemented functions for generating weekly calendars, converting HTML to PDF, and CLI parsing. - Created a template for rendering weekly calendars in HTML format. |
||
---|---|---|
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.