Score:1

Something along the lines of Wanda the Fish

cn flag

So, I've been thinking about creating a bash version of a fortune teller on the model of Wanda, but with different figures. I mean: a script that makes you write down your question of the day. The response-quote is given by a character randomly extracted from a set of, let's say, 6 fellows. I'm planning to match like 20 quotes with each character, whose features can be found in a small manual that briefly explains their bio. Any suggestion or advice on how to set up this idea? Of course this script will be run in the terminal, for the moment. Thanks a lot in advance!

Score:1
cn flag

Mmmmh, something like this?

#!/usr/bin/env ipython3
#
# birb-fortune.ipy
# --------------------------------
# snippet released under AGPLv3
# --------------------------------
#

birb = """
 /\_/\\
((@v@))
():::()
 VV-VV
"""

print(birb)
!fortune
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.