🐍 Python

Cross-platform automation scripts that also run great on Windows.

🐍 Python 3.10+

Backup Keyboard Info to JSON (Python)

Snapshots Keyboard Info (Win32_Keyboard) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Check "Disable Taskbar Transparency" Status (Python)

Reads the registry value behind the "Disable Taskbar Transparency" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Align Taskbar Icons Left (Python)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Get USB Controllers Report (Python)

Uses wmic under the hood to report USB Controllers (Win32_USBController) — no third-party packages required.

🐍 Python 3.10+

Backup Physical Memory Modules to JSON (Python)

Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get Keyboard Info Report (Python)

Uses wmic under the hood to report Keyboard Info (Win32_Keyboard) — no third-party packages required.

🐍 Python 3.10+

Export Pointing Devices to CSV (Python)

Exports Pointing Devices (Win32_PointingDevice) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Show Seconds in Taskbar Clock (Python)

Adds a seconds display to the taskbar clock. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Export USB Controllers to CSV (Python)

Exports USB Controllers (Win32_USBController) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Motherboard Info to CSV (Python)

Exports Motherboard Info (Win32_BaseBoard) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get The Microsoft Teams cache Size Report (Python)

Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).

🐍 Python 3.10+

Backup USB Controllers to JSON (Python)

Snapshots USB Controllers (Win32_USBController) to a timestamped JSON file for later comparison or auditing.