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