Skip to content

DanielusG/word_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Count the number of characters/lines in your code base

Reason

When developing a large project, it might be interesting to see how much code has been written so far. For fun or research purposes, it doesn't matter, it can always be interesting data to know

Usage

$ python3 count.py <path>

you can also use the -h or --help flag to see the help

Configuration

You can add some folders or files to the list of folders excluded from the count, this can be useful in case in the code base in addition to the code written by the developer there are configuration files or test texts that should not be counted

You can add files and folders to be excluded in the .ignorecount file (inspired by github's .gitignore)

Example .ignorecount

bin/
config/
.gitignore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages