TravPro is used to find the programming languages used in a project, and how much each language contributes.
Uses naive method of recursively traversing through the project directory,
and checking extensions of each file.
- clone the repository
git clone https://github.com/Samy-33/TravPro.git
- create a virtualenv
virtualenv env -p python3.6
- activate virtualenv
source env/bin/activate
in linux/mac and/env/Source/activate
in Windows - install requirements
pip install -r requirements.txt
- run the project
python3.6 travpro.py -h
- Improvements, refactor and bug fixes are welcome.
- Please open an issue for the same