/locc

Lines of Code Counter

Primary LanguagePython

Lines of Code Counter

This is a command tool that runs on Python3 that counts lines of code of different types for many supported programming languages. It can handle multiple input files.

Installation

pip3 install -r requirements.txt

Languages Supported

  • Python
  • Java

Usage

Example 1

python3 locc_cli.py --files=test.java

Example 2

python3 locc_cli.py --files=*.java,*.py

Results

Check out the asciinema recording for the above examples

asciicast