DillonRmD / PyLOC

A python utility to quickly and robustly count the number of lines in a collection of files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyLOC

A python utility to quickly and robustly count the number of lines in a collection of files

How to use

simply run python3 pyloc.py --files FILE1.txt FILE2.txt ... Where FILE1.txt FILE2.txt ... is a collection of files you wish to insert as data into the tool

Libraries

PrettyTable is the only 3rd part library used

Contribute

This project is created in my free time, all help is welcome! Feel free to contribute!

About

A python utility to quickly and robustly count the number of lines in a collection of files


Languages

Language:Python 100.0%