catlendar

This commit is contained in:
2025-09-05 23:37:46 -04:00
parent 9f424fc6ea
commit 18c64907d4
7 changed files with 140 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# catlendar
A funny little tui calendar for Google Calendar.
Fetching logic ripped out of the [Google Calendar Python quickstart](https://developers.google.com/workspace/drive/api/quickstart/python). Requires the `credentials.json` file mentioned in the quickstart.
TUI built using Textual.