Github repository listing (gitHubRepList.py)
--comprehension Get the list of public repositories of prompted github name with this piece of python code.
--installation Simply import the python code on the link https://github.com/cemtulunay/cemo/blob/master/gitHubRepList.py from github and download to your local computer and place it to your python workspace on your computer.
--Execution You can execute the code with paycharm or other prefered IDE for python. during the execution, program will require a prompt for a github name. You can simply give a githubname as an input to program on the output screen. (My githubname is cemtulunay)
If given github name will be a valid github profile name, then program will return the name of repositories on that profile, otherwise "Not a valid githubname" message will seen on the output.