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

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.

Awesome Lists containing this project

README

          

# [Lines of code](https://jothin.tech/lines-of-code/) - [B. Jothin kumar](https://jothin.tech/)
![Visitors count](https://visitor-badge.glitch.me/badge?page_id=Jothin-kumar.lines-of-code)
**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/