Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 709 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 709 Bytes

TravPro

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.

Usage

  • 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

Contributing

  • Improvements, refactor and bug fixes are welcome.
  • Please open an issue for the same