Use rpsrunner.py to play unranked matches on your computer.
import random output = 'RPS'[int(random.random() * 3)]