I needed a way to generate random text strings for a variety of things. This module was created to fit the bill. You might find it useful as well.
Installation
Install this module with the standard pip install randomthings.
Usage
This module is a standard python module. Here are some examples of random things you can generate with it.
import random_things
>>> random_things.random_course()
'Hepatology'
>>> random_things.random_job_title()
'King of Town'
>>> random_things.random_animal()
'Rapid yellow snake'
>>> random_things.random_name()
('Carl','Banks')
>>> random_things.random_flower()
{'common_name': 'love-in-a-mist', 'botonical_name': 'nigella', 'meaning': ''}
- There are others. Here is the current list:
random_animal
random_capital
random_course
random_flower
random_highschool_musical
random_job_title
random_name
random_president
random_sources
random_state
random_state_and_capital
Version 1.2.1.5
Added examples to the README
Version 1.2.1.4
Added an actual README with content…what a thought.
Release files for RandomThings 1.2.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| randomthings-1.2.1.6.tar.gz | 333.7 kB | Details |
Release files / randomthings-1.2.1.6.tar.gz
| Download URL | randomthings-1.2.1.6.tar.gz |
|---|---|
| Size | 333.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61d6018ebbadbe649aea31990f06db7e2328d00c79302386e3525220d47cd432
|
|
BLAKE2b-256 checksum How to use checksums |
e8403b55e0fc5c7358181234ec3d38e1c934684e54470698ed98acdd8aa35c03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |