@@ -16,35 +16,35 @@ Fast Rust CLI/TUI/GUI token usage tracker for Codex, Claude Code, and Antigravit
1616 <td valign="top" width="50%">
1717 <code>tu</code><br/>
1818 <p align="center">
19- <a href="docs/images/cli-demo-padded.png"><img src="docs/images/thumbs/cli-demo-padded.png" alt="tu cli demo" height="220" loading="lazy" /></a>
19+ <a href="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/cli-demo-padded.png"><img src="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/thumbs/cli-demo-padded.png" alt="tu cli demo" height="220" loading="lazy" /></a>
2020 </p>
2121 </td>
2222 <td valign="top" width="50%">
2323 <code>tu gui</code><br/>
2424 <p align="center">
25- <a href="docs/images/gui-demo.png"><img src="docs/images/thumbs/gui-demo.png" alt="tu gui demo" height="220" loading="lazy" /></a>
25+ <a href="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/gui-demo.png"><img src="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/thumbs/gui-demo.png" alt="tu gui demo" height="220" loading="lazy" /></a>
2626 </p>
2727 </td>
2828 </tr >
2929 <tr >
3030 <td valign="top" width="50%">
3131 <code>tu img day</code><br/>
3232 <p align="center">
33- <a href="docs/images/share-demo.png"><img src="docs/images/thumbs/share-demo.png" alt="tu img daily demo" height="260" loading="lazy" /></a>
33+ <a href="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/share-demo.png"><img src="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/thumbs/share-demo.png" alt="tu img daily demo" height="260" loading="lazy" /></a>
3434 </p>
3535 </td>
3636 <td valign="top" width="50%">
3737 <code>tu img week</code><br/>
3838 <p align="center">
39- <a href="docs/images/share-week-demo.png"><img src="docs/images/thumbs/share-week-demo.png" alt="tu img weekly demo" height="260" loading="lazy" /></a>
39+ <a href="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/share-week-demo.png"><img src="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/thumbs/share-week-demo.png" alt="tu img weekly demo" height="260" loading="lazy" /></a>
4040 </p>
4141 </td>
4242 </tr >
4343 <tr >
4444 <td valign="top" colspan="2">
4545 <code>tu live</code><br/>
4646 <p align="center">
47- <a href="docs/images/live-demo.png"><img src="docs/images/thumbs/live-demo.png" alt="tu live demo" width="100%" loading="lazy" /></a>
47+ <a href="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/live-demo.png"><img src="https://raw.githubusercontent.com/hanbu97/tokenusage/main/ docs/images/thumbs/live-demo.png" alt="tu live demo" width="100%" loading="lazy" /></a>
4848 </p>
4949 </td>
5050 </tr >
@@ -64,6 +64,12 @@ cargo install tokenusage --bin tu
6464npm install -g tokenusage
6565```
6666
67+ ### pip (PyPI)
68+
69+ ``` bash
70+ pip install tokenusage
71+ ```
72+
6773### cargo-binstall (prebuilt binary)
6874
6975``` bash
0 commit comments