Skip to content

Instantly share code, notes, and snippets.

@NTFSvolume
NTFSvolume / onedrive_download_file.py
Last active October 10, 2025 19:30
Download OneDrive File
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "aiohttp",
# "yarl",
# ]
# ///
from __future__ import annotations
import argparse
@NTFSvolume
NTFSvolume / bench.py
Created September 15, 2025 06:20
Delete empty files and folders
# /// script
# requires-python = ">=3.11"
# dependencies = [
# "ffcount",
# ]
# ///
# ruff: noqa: T201
# ruff: noqa: PTH116
# ruff: noqa: PTH118