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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visitors count
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. (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:

About

Lines of code is an app to calculate the number of commits, addition and deletion by an user in git.

License:MIT License


Languages

Language:Python 100.0%