An open API service indexing awesome lists of open source software.

https://github.com/offerrall/linec

Simple Python script to count code lines in a folder Counts code lines
https://github.com/offerrall/linec

Last synced: about 1 year ago
JSON representation

Simple Python script to count code lines in a folder Counts code lines

Awesome Lists containing this project

README

          

# lineC
Simple Python script to count code lines in a folder
Counts code lines (.py, .c, .cpp, .h, .html, .css, .js, .kv) (You can add more extensions in the code)

## Features

Fast parallel processing using threads
Supports multiple file extensions
Shows count by file type and total count
Reports processing time

## Usage

1. Add folder to Environment Variables
2. Run in any terminal:
```bash
linec
```