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