https://github.com/jfmdev/calendar-generator
A plain-text calendar generator that creates simple, monospaced ASCII text representations.
https://github.com/jfmdev/calendar-generator
Last synced: 16 days ago
JSON representation
A plain-text calendar generator that creates simple, monospaced ASCII text representations.
- Host: GitHub
- URL: https://github.com/jfmdev/calendar-generator
- Owner: jfmdev
- License: mpl-2.0
- Created: 2026-05-11T02:42:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-14T00:47:22.000Z (2 months ago)
- Last Synced: 2026-05-14T01:32:17.844Z (2 months ago)
- Language: Python
- Homepage: https://jfmdev.github.io/calendar-generator/
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Calendar Generator
A browser-based tool that generates plain-text, monospaced ASCII calendars for an entire year. Useful for pasting into notes, plain-text documents, terminal dashboards, or code comments.
## Usage
Open `index.html` directly in any modern browser — no server or internet connection required after the initial load of the CDN assets.
Adjust the settings in the form at the top of the page and the calendar will update automatically.
## Tech Stack
| Library | Purpose |
|---|---|
| [Brython 3.13](https://brython.info/) | Runs the calendar logic written in Python directly in the browser |
| [Bulma 1.0](https://bulma.io/) | CSS framework for the UI layout |
## License
This application is free software; you can redistribute it and/or modify it under the terms of the Mozilla Public License v2.0. You should have received a copy of the MPL 2.0 along with this library, otherwise you can obtain one at http://mozilla.org/MPL/2.0/.