Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowhale/line-count-analytics
This repo will count the amount of lines in different files and visualise it in graphs!
https://github.com/gowhale/line-count-analytics
Last synced: about 10 hours ago
JSON representation
This repo will count the amount of lines in different files and visualise it in graphs!
- Host: GitHub
- URL: https://github.com/gowhale/line-count-analytics
- Owner: gowhale
- Created: 2021-03-30T12:01:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T12:56:49.000Z (over 3 years ago)
- Last Synced: 2024-04-17T17:12:04.817Z (7 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# line-count-analytics
This repo will count the amount of lines in different files and visualise it in graphs!## How to run the script
1. Install all needed modules
2. Create a file named 'line_count_params.py' and add the path of the directory you want to run the script on.
3. Change the file extensions you wish to count.
4. Add any files you don't want to count into the "excluded_files" list.
5. Run the script.## Output
A pie chart and bar chart should generate once the script has exectued.
## Notes
This script has only been tested and exectued on a Mac OS.