@@ -6,6 +6,30 @@ The Python Code Harmonizer is a next-generation static analysis and visualizatio
66
77![ LJPW Dashboard] ( examples/ljpw_v4_demo_plot.png )
88
9+ ## 🌐 Try It in Your Browser!
10+
11+ ** No installation needed!** Use our standalone web app:
12+
13+ 👉 ** [ Download harmonizer.html] ( harmonizer.html ) ** and open it in any browser
14+
15+ ** Features:**
16+ - ✨ Zero setup - just download and open
17+ - 🔒 100% private - all analysis happens in your browser
18+ - 📱 Works offline after first load
19+ - 🎯 Beautiful visualizations with LJPW radar charts
20+ - 🚀 Drag-and-drop Python files or paste code
21+ - 💾 Free forever (MIT License)
22+
23+ ** Perfect for:**
24+ - Quick code reviews
25+ - Learning semantic analysis
26+ - Teaching code quality
27+ - Personal development
28+
29+ [ ** 📖 Web App Usage Guide** ] ( docs/WEB_APP_USAGE.md )
30+
31+ ---
32+
933## Key Features
1034
1135### 1. 🌌 Dynamic Physics Model (LJPW v4.0)
@@ -32,12 +56,26 @@ Prevent entropy decay with built-in quality gates.
3256
3357## Installation
3458
59+ ### Option 1: Web App (Recommended for Quick Use)
60+ No installation needed! Download ` harmonizer.html ` and open in your browser.
61+
62+ ### Option 2: CLI Tool (For CI/CD and Advanced Use)
3563``` bash
3664pip install -r requirements.txt
3765```
3866
3967## Usage
4068
69+ ### Web App Usage
70+ 1 . Download ` harmonizer.html `
71+ 2 . Open in any modern browser
72+ 3 . Paste Python code or drag-and-drop files
73+ 4 . View instant analysis with visualizations
74+
75+ See [ Web App Usage Guide] ( docs/WEB_APP_USAGE.md ) for details.
76+
77+ ### CLI Tool Usage
78+
4179### 1. Generate Visual Report
4280Analyze your codebase and generate an interactive HTML dashboard:
4381
0 commit comments