Package to generate random facts
Project description
Randfacts is a python library that generates random facts. You can use randfacts.getFact()
to return a random fun fact.
Example:
import randfacts
x = randfacts.getFact()
print(x)
will print a random fact like:
Penguins can't taste sweet or savory flavors, only sour and salty ones
This package has a filter option to filter out potentially inappropriate facts. The filter is on by default. To disable the filter, you can just set the filter
parameter to False
.
from randfacts import getFact
print(getFact(False))
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
randfacts-0.2.10.tar.gz
(64.1 kB
view hashes)
Built Distribution
randfacts-0.2.10-py3-none-any.whl
(65.1 kB
view hashes)
Close
Hashes for randfacts-0.2.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55efff46d1393510c3468a08c25286aca7e0a73b067b79dbe42aa814635286c5 |
|
MD5 | 434d1058c170e0328134d2feee4dada3 |
|
BLAKE2b-256 | d5a8d5f3c28fef820d9f7821ed0c8a2c7173cd7fd33d60f207e440abe64ba54b |