Use rpsrunner.py to play unranked matches on your computer.
import random output = input if input == "": output = random.choice(["R","P","S"])