Use rpsrunner.py to play unranked matches on your computer.
if not input: output = 'P' else: output = {'R':'P', 'P':'S', 'S':'R'}[input]