Views
No views yet
main.py: the file gluing different parts of the programscripts/:app.py: contains streamlit app logiccontributors.py: collects info revolving aroung the contributors
commits.py: collects info regarding the repo's commit data.
tabulate modulevaribales.py: file containing all the global variables and their docsstreamlit run app.py. Make sure you have streamlit installed on your system\environment.python main.py -h for help. It takes repo name as an argument.python main.py --repo facebook/react or python main.py --repo https://github.com/facebook/react. Both will work