Skip to content

Small script recursively counting the amount of the source files by extensions.

Notifications You must be signed in to change notification settings

nikolaev14/source_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

source_counter

Small script recursively counting the amount of the source files by extensions.

Example:

python ./run.py -p /path

Returnes:
C/C++:	|	11775 	|	79.056
HTML:	|	11743 	|	244.323
Racket:	|	6123 	|	41.416
Java:	|	4875 	|	33.667
XML:	|	1859 	|	61.018
Scala:	|	988 	|	3.991
Shell:	|	970 	|	7.018
SASS:	|	732 	|	2.721

            Count        Size

About

Small script recursively counting the amount of the source files by extensions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages