Just a script selecting an item from an array randomly like a roulette.
Project description
Rullet -
rullet is a module which helps you selecting an item from an array randomly just like a roulette.
Usage -
You can use it like :
$ pip install rullet
$ rullet foo bar baz
> bar
or :
from rullet import rullet
arr = [‘foo’, ‘bar’, ‘baz’]
item = rullet.run(arr)
print item
> bar
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
rullet-0.1.2.tar.gz
(1.2 kB
view details)
File details
Details for the file rullet-0.1.2.tar.gz.
File metadata
- Download URL: rullet-0.1.2.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ceb7cd4dff8db4dc115b45e720ebbe7052a55d6467ee9c1b73924d0ae783685
|
|
| MD5 |
c9471523b20f4c685948b312590822a0
|
|
| BLAKE2b-256 |
0dd7ea112381952bc35c8fc7f77f967f5c900499d086322057bd7413310ac4df
|