Skip to content

Instantly share code, notes, and snippets.

View bergercookie's full-sized avatar
🤖
How much wood would a woodchuck chuck if a woodchuck could chuck wood?

Nikos Koukis bergercookie

🤖
How much wood would a woodchuck chuck if a woodchuck could chuck wood?
View GitHub Profile
@bergercookie
bergercookie / gtasks-uncheck-all-items.py
Last active February 4, 2025 20:01
Uncheck all items in the given google task lists
#!/usr/bin/env python3
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "google-api-python-client",
# "google-auth-oauthlib",
# "setuptools",
# ]
# ///