Simple /usr/bin/fortune implementation in Python.
Project description
A very simple implementation of fortune in Python with pseudo-random cookie generation. (Uses the default random.SystemGenerator to collect entropy from hardware interrupts.)
To install, copy/rename the fortune.py script to /usr/local/bin/fortune, and add the following to your $HOME/.profile file:
[ -x “/usr/local/bin/fortune” ] && /usr/local/bin/fortune 2>&1
To customize the fortune files data directory, set the FORTUNE_DATADIR environment variable like so:
export FORTUNE_DATADIR=/usr/local/share/mydatadir
By default, the script will try to use $HOME/etc/fortune.d as the data directory for data files.
Etienne Robillard <tkadm30[at]yandex.com>
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
File details
Details for the file python_fortune-0.2.tar.gz
.
File metadata
- Download URL: python_fortune-0.2.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 646d0c6aee27dcb00c7337b5ca90c4d254c10d0e50176e860fa1940c11aa1c1b |
|
MD5 | 2be5f9945100e44aec79a60470317c46 |
|
BLAKE2b-256 | 9734ee3704ead4e63db36ee5434c2d574bb3cb1be6a73feb6516ffdf6782d3a8 |