Skip to content

    Mad Libs (CLI) in Python!

    Created by
    bhdivyansh
    bhdivyansh

    Mad Libs is a phrasal template word game created by Leonard Stern and Roger Price. It consists of one player prompting others for a list of words to substitute for blanks in a story before reading aloud. The game is frequently played as a party game or as a pastime.

    This is a CLI Python program which is written to ask the user about prompts for the list of words and it will generate Mad Libs for the user.

    Instructions: When you run this code-file, The program will start asking you for input of some english nouns, adjectives etc. Fill them and your mad-libs will get generated depending on your inputs.

    Mad-Libs text courtesy: https://dorkdiaries.com - slight changes done

    Preview