Skip to content

frostming/tokei-pie-cooker

Repository files navigation

Tokei Pie Cooker

Visualize your code statistics with Pie Chart


🚀 Demo Website 🚀

Start locally

This project is developed on Python 3.10, while it should run smoothly on Python>=3.7.

# make a virtualenv
python3 -m venv venv
# install requirements
venv/bin/python -m pip -r requirements.txt
# start development server
venv/bin/flask run
# Now visit http://localhost:8000

Deployment

Heroku

Deploy

As a container

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

# Visit http://localhost:8000

Credits

About

Visualize your code statistics with Pie Chart

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published