Skip to content

Guess the Number Flask App is a simple web application built using Flask that allows users to guess a randomly generated number between 0 and 9. Users can input their guesses via the URL, and the application will provide feedback on whether the guess was too high, too low, or correct.

Notifications You must be signed in to change notification settings

chandan0069/guess-number-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guess the Number Flask App

This Flask application allows users to guess a randomly generated number between 0 and 9.

Installation

  1. Clone the repository: git clone

  2. Install dependencies:

Usage

  1. Run the Flask application:

  2. Open your web browser and go to http://localhost:5000. You will see a page prompting you to guess a number between 0 and 9.

  3. Enter your guess in the URL: http://localhost:5000/Replace <your-guess> with your actual guess.

  4. The application will respond with whether your guess was too high, too low, or if you guessed correctly.

Screenshots

Include screenshots or gifs demonstrating how to use the application if necessary.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

About

Guess the Number Flask App is a simple web application built using Flask that allows users to guess a randomly generated number between 0 and 9. Users can input their guesses via the URL, and the application will provide feedback on whether the guess was too high, too low, or correct.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages