Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sungj921028/line-in-file-calculator
- Owner: SunGj921028
- Created: 2024-10-29T16:28:58.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T15:14:11.000Z (8 days ago)
- Last Synced: 2025-01-01T16:26:02.696Z (8 days ago)
- Topics: line-calculator
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
- 得到指定資料夾層級底下所有檔案符合指定檔案類型的檔案行數!