This Flask application allows users to guess a randomly generated number between 0 and 9.
-
Clone the repository: git clone
-
Install dependencies:
-
Run the Flask application:
-
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.
-
Enter your guess in the URL: http://localhost:5000/Replace
<your-guess>
with your actual guess. -
The application will respond with whether your guess was too high, too low, or if you guessed correctly.
Include screenshots or gifs demonstrating how to use the application if necessary.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps: