List_Github_UserRepos-Python 1. About: This Python script displays the names of all public repositories associated with a chosen username. Utilizes Github's REST API v3. 2. Required Packages: requests, "pip install requests" 3. How to use: Change the variable "username" to the desired Github username After navigating to where the python file is stored, in a terminal run the command: "python "ListUsersRepos.py" The terminal should output three lines containing the username, # of repos, and names of the repos