https://github.com/jothin-kumar/lines-of-code
Lines of code is an app to calculate the number of commits, addition and deletion by an user in git.
https://github.com/jothin-kumar/lines-of-code
github lines lines-of-code programmer-tool pygithub python total-lines-of-code
Last synced: 9 months ago
JSON representation
Lines of code is an app to calculate the number of commits, addition and deletion by an user in git.
- Host: GitHub
- URL: https://github.com/jothin-kumar/lines-of-code
- Owner: Jothin-kumar
- License: mit
- Archived: true
- Created: 2021-10-26T08:31:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T09:49:58.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T15:22:02.900Z (11 months ago)
- Topics: github, lines, lines-of-code, programmer-tool, pygithub, python, total-lines-of-code
- Language: Python
- Homepage:
- Size: 302 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Lines of code](https://jothin.tech/lines-of-code/) - [B. Jothin kumar](https://jothin.tech/)

**Have you ever wondered how many lines of code you wrote?** This tool will calculate it for you!
To calculate the total number of lines you (or your friend) have written,
- Clone this repo using ```git clone https://github.com/Jothin-kumar/lines-of-code.git```.
- Generate a token from [https://github.com/settings/tokens](https://github.com/settings/tokens). (optional.)
- navigate to lines-of-code using ```cd "lines-of-code"```.
- run ```pip install -r requirements.txt```
- navigate to scripts using ```cd scripts```
- run gui.py using ```python gui.py```
(or)
- run terminal.py using ```python terminal.py``` in windows or ```python3 terminal.py``` in ubuntu.
- Enter E-mail and other details.
- Wait for the results to be generated.
- Done!
## My other interesting projects:
- https://github.com/Jothin-kumar/Geometry-app/
- https://github.com/Jothin-kumar/time-widget/