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