Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T03:35:14.000Z (almost 1 year ago)
- Last Synced: 2024-11-10T02:43:28.629Z (about 2 months ago)
- Topics: cloc, code, code-analysis, statistics, tokei, visualization
- Language: Python
- Homepage:
- Size: 2.16 MB
- Stars: 183
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
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
```🪄
![](./docs/tokei-pie-demo.png)
(This is how [django](https://github.com/django/django) looks like!)