Your Python environment companion. Inspect packages, manage venvs, fix confusion.
pip install mustel
copy & paste into terminal
A simple CLI tool that helps you understand and control your Python setup. Perfect for beginners and experts alike.
See all Python versions on your system. Find where packages are installed. Fix ModuleNotFoundError.
Create, list, and delete virtual environments. Detect and fix broken venvs automatically.
Visual dashboards show exactly what's happening. No more guessing or memorizing commands.
You install a package:
pip install numpy
But Python says:
ModuleNotFoundError: No module named 'numpy'
Why? You have multiple Pythons. pip installed in one, you're running another.
mustel shows you exactly which packages are in which Python โ and helps you manage virtual environments so this never happens again.