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