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