The Mad Libs Generator is a Python-based console application that allows users to generate Mad Libs stories dynamically. Mad Libs is a phrasal template word game where one player prompts others for a list of words to substitute for blanks in a story.
- Run the Python script (
mad_libs.py
). - Choose a story template by entering the corresponding number.
- Enter words when prompted for different word types (adjective, noun, verb, adverb, place).
- Once all words are entered, the program will generate a story by filling in the blanks with your words.
- Read and enjoy your unique Mad Libs story.
- Optionally, choose to play again or exit the game.
mad_libs.py
: Python script containing the game logic.README.md
: This file, providing instructions and information about the game.
- This game was developed using Python, utilizing dictionaries, random module, and console I/O for user interaction.
Ensure you have Python installed on your system. You can run the game by executing the mad_libs.py
script in a Python environment.
python mad_libs.py