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.
- 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.
- Python 3.x
- Flask
- Install dependencies
pip install flask- Run the app
While in the same directory (Fortune_Cookie),type
python fortunecookie.py- Open your web browser and navigate to http://127.0.0.1:5000