GithubHelp home page GithubHelp logo

codecount's Introduction

About

This is a simple tool for source code analysis, such as counting the total lines of source code (i.e. .c .cpp) in a specific directory. The small project arises of my interest, and I don't know where it goes.

Usage

Examples

$ python code_count.py ~/Projects/caffe/ cpp c hpp h py m sh           
cpp  :   47320
c    :       0
hpp  :   15558
h    :   84970
py   :   28128
m    :     910
sh   :     715
total:  177601

Installation is easy, just type

$ python set_up.py install

And the example to use the module

>>> from code_count import code_count
>>> code_count.main('/home/gjz/Projects/')
py   :  926956
h    :  990047
cpp  :  862688
m    :   72310
total: 2852001

The easiest way is to use it is in shell, it's wonderful!!!

The shell command is code-count

$ code-count ~/Projects/caffe
py   :   28128
h    :   84970
cpp  :   47320
m    :     910
total:  161328

UPDATE LOG

12.17

Add -c option, return the total code lines in current directory, it's experimental now.

Example usage:

code-count -c .

codecount's People

Contributors

cleardusk avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.