banesullivan / scooby

🐶 🕵️ Great Dane turned Python environment detective
MIT License
47 stars 12 forks source link

To narrow width if there are packages with looong names #59

Closed prisae closed 3 years ago

prisae commented 3 years ago

Currently we have the width for packages hardcoded to 18. Maybe we have to make this bigger, or check all package names and take a max(min_width, max_package_width) approach, where min_width is 18 (or similar), and max_package_width the width of the longest package name.

Selection_001