Sexxy Indexy is a Windows desktop app for building a master Excel inventory of removable storage as you work through a stack of media.
It is intentionally session-scoped and read-only:
- it only reacts to storage attached after the app opens
- it stops monitoring as soon as the app closes
- it scans media metadata and directory structure without modifying the source drive
- Creates a persistent Excel workbook on first run with a dashboard sheet and one sheet per recognized device
- Detects newly attached mounted Windows volumes such as USB drives, SD cards, mounted data discs, and other readable removable media
- Updates an existing sheet when the same device is recognized again
- Prompts when device identity is ambiguous instead of silently guessing
- Records drive details, inventory summaries, warning details, and change summaries
- Shows an in-app inventory preview with sortable UI lists
- Offers workbook copy/save-as, workbook reset, workbook printing, dark mode, tutorial prompts, and admin-gated safe eject
- Animates the mascot for idle, scan, warning, success, and eject states
v0.1.0 is focused on mounted readable Windows volumes.
Out of scope for now:
- MTP devices such as phones and cameras
- Content inspection beyond file/folder metadata
python run.pyEditable install:
python -m pip install -e .
sexy-indexyTo enable the stronger safe-eject path, run PowerShell as administrator before launching:
cd C:\Users\titub\Projects\Codex
python run.pypython -m unittest discover -s tests -q
python -m compileall src run.pyRegenerate the branded mascot, icon, and splash assets with:
powershell -ExecutionPolicy Bypass -File .\scripts\Generate-SexyIndexyAssets.ps1The Windows installer script lives at packaging/SexyIndexy.iss.

