Either way, I was just working on some of the CSES problems the other day when it struck me that maybe I should try building a package in Python, I had never done that before so I started with something that could be made really quick and provides some sort of utility to the users so I ended up building a utility that lists the directories like a tree. It's like the `tree` package available on homebrew but this is 10x more lightweight.
I'd love some feedback, feel free to open PRs and issues on the repository, I feel like this could be made into something new for fun.
Github : https://github.com/arthtyagi/dirtreeutil
PyPi : https://pypi.org/project/dirtreeutil
Install it using : `pip3 install dirtreeutil`