Skip to content

lycoriscyl/Sexxy-Indexy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sexxy Indexy

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

Screenshots

Sexxy Indexy light mode

Sexxy Indexy dark mode

What It Does

  • 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

Current Scope

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

Run Locally

python run.py

Editable install:

python -m pip install -e .
sexy-indexy

To enable the stronger safe-eject path, run PowerShell as administrator before launching:

cd C:\Users\titub\Projects\Codex
python run.py

Tests

python -m unittest discover -s tests -q
python -m compileall src run.py

Asset Pipeline

Regenerate the branded mascot, icon, and splash assets with:

powershell -ExecutionPolicy Bypass -File .\scripts\Generate-SexyIndexyAssets.ps1

Packaging

The Windows installer script lives at packaging/SexyIndexy.iss.

Releases

No releases published

Packages

 
 
 

Contributors