pyscn - Python Code Quality Analyzer
pyscn is a code quality analyzer for Python vibe coders.
Building with Cursor, Claude, or ChatGPT? pyscn performs structural analysis to keep your codebase maintainable.
Quick Start
# Run analysis without installation uvx pyscn analyze . # or pipx run pyscn analyze .
Demo
pyscn_20251005.mov
Features
🔍 CFG-based dead code detection – Find unreachable code after exhaustive if-elif-else chains
– Find unreachable code after exhaustive if-elif-else chains 📋 Clone detection with APTED + LSH – Identify refactoring opportunities with tree edit distance
... continue reading