logo
T

tokei-pie-chart

Visualize your code statistics with Pie Chart

PlatformZeabur
Deployed0
Publisherfrostming
Deployed0 times
Publisherfrostming
Created2024-10-18
Services
service icon
Tags
ToolBot

Tokei Pie Cooker

Visualize your code statistics with Pie Chart


šŸš€ Demo Website šŸš€

Start locally

This project requires Python 3.10 or later.

It is managed by PDM. Please refer to the Installation Guide to install PDM first.

# install dependencies
pdm install
# start development server
pdm dev
# Now visit http://localhost:5000

Deployment

As a container

docker run -v ./tokei-caches:/app/.caches -p 8000:8000 -d frostming/tokei-pie-cooker

# Visit http://localhost:8000

Credits