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