Use rpsrunner.py to play unranked matches on your computer.
from random import * n=randint(0,2) s=['P','S','R'] output=s[n]