Yoooo, `rich-cli` is my go-to for this!
```
pip install rich-cli
pip list | rich -
```
Boom—colors, columns, the works. It’s like magic for pretty print pip output.
Also, `--format=freeze` with some `awk` or `sed` can help if you’re into terminal hacking.
```
pip install rich-cli
pip list | rich -
```
Boom—colors, columns, the works. It’s like magic for pretty print pip output.
Also, `--format=freeze` with some `awk` or `sed` can help if you’re into terminal hacking.
