Metadata-Version: 2.4
Name: dutreemap
Version: 0.1.1
Summary: Mini app that shows your disk use in a "tree map" which is a good visualization of what takes up space on your disk.
License-Expression: BSD-2-Clause
Project-URL: Repository, https://github.com/malthejorgensen/dutreemap
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

dutreemap
===========
`dutreemap` is a mini-app that shows your disk use in a "tree map" which is a
good visualization of what takes up space on your disk.

Internals
---------
It's Python script that opens a Tk window and uses Tk widgets to display the
map.

Prior art
---------
In general, there's a lot :)

I took my inspiration from [Disk Inventory X] ([gitlab repo]), which I've been
a fan of (and used) for many years but it's no longer installable using [Homebrew]
so I decided to just have Claude code up something for me.

For Python specifically there's [python-du] which looks pretty cool.

[Disk Inventory X]: https://www.derlien.com/
[gitlab repo]: https://gitlab.com/tderlien/disk-inventory-x
[python-du]: https://pypi.org/project/python-du/
[Homebrew]: https://brew.sh
