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
- Host: GitHub
- URL: https://github.com/offerrall/linec
- Owner: offerrall
- Created: 2025-02-01T19:50:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T23:36:37.000Z (over 1 year ago)
- Last Synced: 2025-02-24T00:25:48.495Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```