Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sungj921028/line-in-file-calculator

This is a tiny-project for calculating the total line of the coding file in a folder.
https://github.com/sungj921028/line-in-file-calculator

line-calculator

Last synced: 1 day ago
JSON representation

This is a tiny-project for calculating the total line of the coding file in a folder.

Awesome Lists containing this project

README

        

# line-in-coding-file-calculator
This is a tiny-project for calculating the total line of the coding file in a folder.

## Usage
- 輸入
```python
python calculator.py
```
- 輸入想要計算的檔名或是資料夾的路徑名稱(例如:calculator.py, C:\Users\User\Desktop\git-repo\newtest)
- 輸入想要納入計算的檔案種類並用空格間格(例如:c py txt html)
- 得到指定資料夾層級底下所有檔案符合指定檔案類型的檔案行數!