Skip to content
parsecmonkey edited this page Dec 16, 2021 · 3 revisions

RepoMainForPy

 _____ _____ _ | _ |___ ___ ___ | |_|___ ___ | _| _| . | . || | | | | | _| |_|\__|___| _|___||_|_|_|_|_|_|___| for Py |_| 

A sample program for repository mining using GitPython.

Development environment

  • Windows 10
  • Python 3.10.0
  • Git 2.29.2.windows.3
  • GitPython 3.1.24
  • mecab 0.996

Pip install

$ pip install GitPython 
$ pip install matplotlib 
$ pip install seaborn 
$ pip install tqdm 
$ pip install mecab 
$ pip install wordcloud 

Execution method

$ python src/main.py 

Operation commands

help

$ help 

display command list

clone

$ clone 

log

$ log 

diff

$ diff 

plot

$ plot 

sample.png

exit

$ exit 

session end

Font

IPAex font is used in this system. Please refer to the link for the license of the font.

IPAex Font

Clone this wiki locally