So I've been into Python for almost a year now, I used to be a Java guy before but I don't how this transition took place but starting with Tensorflow, then Django, Flask and dozens of other wonderful frameworks enabled this transition probably.
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`