Files
Tad Hardesty 8335e8df35 Rewrite CreditsTool in Python (#94716)
Follows #94254. Why have an in-repo .exe (yikes!) _and_ a Python script,
glued together by a .bat, when we can do everything in one Python
script?

Run like:
```sh
tools/bootstrap/python -m CreditsTool tgstation tgstation
```
Full usage:
```
usage: __main__.py [-h] [--output OUTPUT] [--remappings REMAPPINGS]
                   [--icon-size ICON_SIZE]
                   repo_owner repo [auth_token]
```
2026-01-22 17:01:14 -05:00
..