pyBegin / projects / python-story-generator
🪟

Python Story Generator

A Tkinter desktop application that generates a random short story (at least 100 words) by combining randomly chosen phrases. Click the "Generate St…

95 lines🖥 Desktop only

Python Story Generator

A Tkinter desktop application that generates a random short story (at least 100 words) by combining randomly chosen phrases. Click the "Generate Story" button to produce a new story.

How to run

pip install ttkthemes
python story.py

Dependencies

Pyodide-runnable

No - it builds a Tkinter GUI with ttkthemes, which is not available in the browser sandbox.