Python library for counting lines of python code in file or directory
$ pip install codelinescounter
$ git clone https://github.com/AndK17/codelinescounter
$ cd codelinescounter
$ python setup.py install
Укзываете один или несколько путей через пробел, если не указать путь подсчет будет происходить в текущей директории
$ python -m clc {path to file or directory}