https://github.com/laixintao/tokei-pie
Render tokei's output to interactive sunburst chart.
https://github.com/laixintao/tokei-pie
cloc code code-analysis statistics tokei visualization
Last synced: 15 days ago
JSON representation
Render tokei's output to interactive sunburst chart.
- Host: GitHub
- URL: https://github.com/laixintao/tokei-pie
- Owner: laixintao
- License: mit
- Created: 2021-11-18T10:05:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T07:18:12.000Z (29 days ago)
- Last Synced: 2025-04-06T04:08:50.635Z (17 days ago)
- Topics: cloc, code, code-analysis, statistics, tokei, visualization
- Language: Python
- Homepage:
- Size: 2.16 MB
- Stars: 186
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# tokei-pie
Render [tokei](https://github.com/XAMPPRocky/tokei) results to charts. 🦄
## Installation
```shell
pip install tokei-pie
```## Usage
```shell
$ tokei -o json | tokei-pie
```🪄

(This is how [django](https://github.com/django/django) looks like!)