Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Fortune Cookie Generator

A simple and colorful Flask web application that generates personalized fortune cookie messages. This app is designed to provide humorous and insightful sayings based on user input.

Features

  • Enter your name to receive a unique and amusing fortune cookie message.
  • Randomly generated fortunes for a fun user experience.
  • Visually appealing design with basic styles and CSS.

Requirements

  • Python 3.x
  • Flask

Running the app

  1. Install dependencies
pip install flask
  1. Run the app

While in the same directory (Fortune_Cookie),type

python fortunecookie.py
  1. Open your web browser and navigate to http://127.0.0.1:5000