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 orpython3 terminal.py
in ubuntu. - Enter E-mail and other details.
- Wait for the results to be generated.
- Done!