An open API service indexing awesome lists of open source software.

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.

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/.