π CodeVista β A Code Analysis Tool That Generates Beautiful HTML Reports with Zero Dependencies
CodeVista analyzes your codebase and generates a stunning single-page HTML report β health scores, security scans, architecture detection, code smells, decay tracking, and more. All in pure Python. The Problem Every developer has stared at a codebase and thought: "I wish I could see the big picture." How healthy is this code? Where are the security holes? What's the architecture? Which files are decaying? Existing tools are either: Heavy (require Node.js, servers, or databases) Expensive (SonarQube, CodeClimate) Limited (only do one thing β lint, or coverage, or complexity) I wanted something that does everything and generates a single HTML file you can share with anyone. Enter CodeVista CodeVista is an open-source code analysis and security scanner that supports 80+ languages with 38 lint rules . Install it, point it at your project, and get a beautiful interactive report. pip install codevista codevista analyze ./my-project/ # Open report.html β that's it. No server needed. What It D
Continue reading on Dev.to Python
Opens in a new tab
.jpg&w=1200&q=75)



