a python module to get random numbers from random.org
install the module
pip3 install randomorg_api
import the module
from randomorg_api import Generator
initialize the generator
randomgen = Generator(apikey = "API_KEY_HERE")
generate a number
randomgen.randint()
for documentation go here