Metadata-Version: 2.4
Name: tkdm
Version: 0.2.0
Summary: kdm9's toolkit
Author-email: "K. D. Murray" <info@gekkonid.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tqdm
Requires-Dist: pillow
Requires-Dist: pillow-heif

# tkdm

`kdm9`'s toolkit of miscellaneous goodies. MPL2 license.


# `tkdm autogallery`

Automatically generate an HTML lightbox + gallery from a directory of images.

```
$ tree images
images/
    a/
        img1.jpg
        img2.jpg
    b/
        img3.jpg
        img4.jpg
$ tkdm autogallery -i ./images -o ./webgallery/ -t 8
```

# `tkdm genautoindex`

Automatically generate an index.html like Apache's autoindex, or caddy's `file_server browse`, only for static sites.

```
$ tkdm genautoindex
```


