Skip to content

Uses BFS to count all files and all lines of code in each file. This project is used for when you want to see how many lines of code your projects are =)

Notifications You must be signed in to change notification settings

MiniJ147/line_counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Line Counter

used to count lines in a coding project

How to use

Either setup with enviroment variables and call count-lines [Windows]

Then call:

line-counter.py

Or from source file

py lline-counter.py

Info

Blacklist is for files, directories, or file types that you don't want include or searched in the count.

Directory --> program assets
File --> main.c header.h
File-Type --> .c .h

Special Search will only count files that end with the user inputed file type.
File-Type --> .c .h

About

Uses BFS to count all files and all lines of code in each file. This project is used for when you want to see how many lines of code your projects are =)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published