an random number generator that generates its numbers based off of a kitten livestream
Project description
Kitten Random Number Generator
What?
It's a wonderfully practical python module that generates random numbers based off a kitten livestream.
Installation
Make sure you have a 3.* version of python installed along with pip. Then you install via pip from pypi:
python -m pip install --upgrade kitten-rng
Usage
The Command Line Tool
To get a massive random number based off the kitten livestream:
python -m KRNG
The Module
To get a random number from the cat livestream:
from KRNG import RNGs
number = RNGs.KRN()
print(number)
To get a random number generator seeded with a Kitten Random Number (KRN):
from KRNG import RNGs
rng = RNGs.KPRNG()
print(rng.random())
Why?
So I was watching Tom Scott videos when I heard this. So, now I have created a tool that makes a random number based of a kitten livestream that can be found here. What a wonderfully practical invention.
How?
So I used pafy to get the url for the actual video file, and then fed that url into a cv2 VideoCapture and got the first frame (which I can do because pafy only gets a few frames of the livestream). Then I feed that data into a sha256 urllib hash function and convert that to a number.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kitten_rng-1.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a509f1a8cd04446658cf4e833e33e3cd457bf89c31879a4fafc3bb4baa717dae |
|
MD5 | 4ce8739438992d233c2e0397c44fbe5c |
|
BLAKE2b-256 | b899384f3c31255a17b514d739fa0cf5b8e18be3fdb874699f49af1598497e2d |