Metadata-Version: 2.4
Name: chinta
Version: 1.0.2
Summary: Tex Repository Word Counter
Author-email: Max Hughson <max.ak.hughson+pypitest@gmail.com>
Keywords: latex,tex,thesis
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: GitPython
Requires-Dist: matplotlib
Dynamic: license-file

# Chinta

"[Chinta](https://en.wikipedia.org/wiki/Chinta_(mentation))" in Hindu philosophy refers to mentation i.e. mental activity, especially thinking.

This tool tracks the word count of a TeX project in a git repository with respect to time

# Instructions
1. Install `chinta` via pip
```bash
python3 -m pip install chinta
```

1. Run `chinta` and tell it where to find the repo you want to analyze, as well as the name of the default branch.
The name of the default branch is probably either `"master"` or `"main"`
```bash
chinta "path/to/repo" "main"
```

1. Look at the cool graph!
