This is a GitHub CLI utility using python. It aims to simplify daily github stats through powerful CLI ui
- Open CMD (Command Prompt)
- Run python githubCLI.py --help to see all available commands
python.exe main.py showall- See all available projects for your accountpython.exe main.py showproject project- See stats for your project. Replace project in command with project name- More commands coming soon!
-[ ] Replace ADD_YOUR_OWN in GitHub initialization using access token from GitHub
-[ ] Install typer using pip install typer[all]
-[ ] Install pygithub using pip install pygithub
Hope you enjoy it! Made with ❤️ by Shatanik Mahanty
