r00t-tsai / Utility-Scripts-for-Windows

Small scripts that do one job well.

A handful of Windows utilities for cleanup, organizing, recording, display tuning, automation, remote access, and focus. Pick one below for a quick preview before you grab the code.

.ahk

Filter Studio

An AutoHotkey v2 gamma overlay utility for custom screen color filters, opacity controls, monitor brightness adjustments, and quick presets (Eye Health, Reading, Night Light, Movie).

NOTE: AutoHotkey 2.0 must be installed on your system first before using!

.bat

Bulk File / Folder Deleter

A batch utility that clears out files by type and whole folders with a confirmation step before anything permanent happens.

.bat

File Organizer

A batch utility that sorts out files (Images, Music, Videos, Documents, etc.) automatically based on file extension.

.ahk

Macro Recorder & Playback

An AHK script that records mouse moves, clicks, and keystrokes, then plays them back exactly as captured.

NOTE: AutoHotkey 2.0 must be installed on your system first before using!

.html

Tabata Timer

A configurable work/rest interval timer with sound cues, round tracking, and a screen wake lock. It runs entirely in your browser.

.js

Focus Website Blocker

A Tampermonkey userscript that replaces distracting sites with a blocked-page message the instant they start loading.

NOTE: Tampermonkey extension must be installed in your browser first.

.python

Timelapse Recorder

A standalone timelapse recorder that captures frames at a configurable interval and compiles them into an MP4 or AVI video using OpenCV and FFmpeg.

Open file
C++

Simple Remote Desktop

A lightweight remote desktop application built entirely in C++ for Windows. It allows you to view the screen, listen to audio playbacks, and control the mouse and keyboard of another machine over WAN/LAN.

Open file