Use rpsrunner.py to play unranked matches on your computer.
import random code = ['R','P','S'] output = code[random.randint(1,3)-1]