- This Python script displays the names of all public repositories associated with a chosen username. Utilizes Github's REST API v3.
- requests, "pip install requests"
- 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