Use rpsrunner.py to play unranked matches on your computer.
import random RPS=["R","P","S"] RIndex=random.randint(0,2) output=RPS[RIndex]