jrpc.py is a simple python library for using JRPC2 RGH/JTAG plugin by Xx jAmes t xX functions.
pip install git+https://github.com/brokeboienige/jrpc.py
In order to use this you will need the JRPC2 plugin running on your Xbox 360 RGH or JTAG. Download it here. (It's inside JRPC2 folder)
from jrpc import xboxConsole, xNotifyLogos
xbox = xboxConsole("192.168.1.2") # Creating the console class
try:
xbox.connect() # Creating the connection
except: # Connection error
exit("Connection error")
xbox.xNotify("Hey, it's jrpc.py!", xNotifyLogos.FLASH_LOGO) # Send notify