Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

python-p2--madlibs

Learning Python through projects: MadLibs

Madlibs

A simple Madlibs style game story where the user is prompted to input various text in order to complete a silly story.

Features

  • Prompts user for input
  • Prints story with user input

How It Works

  1. The user is introduced to the project and prompted for input.
  2. The story is generated with user input and printed in the console.

Setup & Play Instructions

  1. Clone this repository or copy the code into a file named madlibs.py.
  2. Install Python (version 3.6 or later).
    brew install python3
    
  3. If using VS Code - set up a virtual environment (https://code.visualstudio.com/docs/python/python-tutorial)
  4. Activate the virtual environment - if necessary
    source .venv/bin/activate
    
  5. Run the script in your terminal:
    python3 madlibs.py

About

Learning Python through projects: MadLibs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages