📖 AI Story Teller Bot

Story Telling Bot Fig. Story Telling Bot

Finally I have found something I could imagined in my childhood only... Let's generate our own story teller and feed all the words which you ever imagined writing a novel or becoming a script writer!

World is full of mysterious things. AI Story Teller bot is cutting edge technology that utilizes artificial intelligence to create delightful & fascinating stories!

💻 Complete Story Generator Code

Python
import random

# Wishes
Wishes = ['Hey', 'Hello Universe', 'Good Morning...', 'Good evening', 'Hi', 'Sweetheart']

# Time periods
during = ['Yesterday eve', 'Today', 'Tomorrow', 'On wednesday', 'Last night']

# Character qualities
Abstract = ['a beautiful girl', 'the Empress', 'Iron Man', 'a genius', 'King of Bollywood']

# Names
honorific = ['Mustafa', 'Aafreen Khan', 'Shahrukh Khan', 'Harry Potter', 'Elon Musk']

# Places
dwelling = ['India', 'Taj Mahal', 'Dubai', 'Paris', 'London']

# Activities
journey = ['mosque', 'cinema', 'beach', 'mall', 'Oxford university']

# Events
occurance = ['reading holy book', 'playing cricket', 'fallen in love', 'stargazing', 'cooking Biryani']


# GENERATE STORY! 🎭
print(random.choice(during) + '...' + random.choice(Abstract) + ' ' + random.choice(honorific) + ' that lived in ' + random.choice(dwelling) + ', went to the ' + random.choice(journey) + ' and ' + random.choice(occurance))

🎮 Try Live Demo!

Click button to generate magical story! ✨

🌌 Sci-Fi Origins

Samuel Butler's 1872 novel Erewhon → HAL 9000 (2001: A Space Odyssey) → R2-D2 (Star Wars) → WALL-E. AI storytelling from utopia to dystopia!

📚 References

Sources
1. "Darwin among the Machines" - Samuel Butler
2. Wikipedia - AI in Science Fiction
3. The Press, Christchurch, New Zealand (1863)