To those of you who have contributed and shown interest in my work, thank you. It's because of you that I worked so hard on this over the years and it's because of you that I am archiving this and not just deleting the repository outright. I'm hoping that someone within the RetroP...
ArgumentParser(description='Create a readme for the kodi repo') parser.add_argument('repo_user', help='The repository username') parser.add_argument('repo_name', help='The repository name') parser.add_argument('config', help='Path to config.json') parser.add_argument('commit_hash', help...