ViperView is a sleek, local desktop application that helps you visualize and manage the space used by your installed Python packages.
No servers. No terminals. Just a GUI that gives you the power to analyze, filter, and export your pip environment.
- 📦 Lists all installed pip packages with their version, size, and location
- 💾 Visualize package size with an interactive Plotly bar chart (Top 20 by size)
- 🔍 Search/filter packages in real time
- 📊 Displays total size, average size, and package count
- 📥 Export package data to CSV
- 🌙 Dark theme, fully local PyQt5 app (no browser required)
- pip install -r requirements.txt
- run python viperview.py