pylinecount

Count number of .py code lines


Keywords
line, count
License
MIT
Install
pip install pylinecount==0.1

Documentation

pylinecount

Counts the number of lines in .py codes, including all the files in subfolders.

Installation

TO BE DONE

pip install pylinecount

Usage

Run the following line, when inside a folder to count codelines.

python -m pylinecount

Counting rules

  • Lines containing only space characters are not counted
  • Docstrings and comments are counted