Skip to content
Advertisement

Tag: lines-of-code

Count lines of code in directory using Python

I have a project whose lines of code I want to count. Is it possible to count all the lines of code in the file directory containing the project by using Python? Answer To count all the lines of code in the files in a directory, call the “countIn” function, passing the directory as a parameter.

Advertisement