Skip to content

Python library for counting lines of python code in file or directory

License

Notifications You must be signed in to change notification settings

AndK17/codelinescounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codelinescounter

Python library for counting lines of python code in file or directory

Установка

Через Pip

  $ pip install codelinescounter

Вручную

  $ git clone https://github.com/AndK17/codelinescounter
  $ cd codelinescounter
  $ python setup.py install

Использование

Укзываете один или несколько путей через пробел, если не указать путь подсчет будет происходить в текущей директории

$ python -m clc {path to file or directory}

About

Python library for counting lines of python code in file or directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages