https://github.com/billstephens2022/flask-higher-lower
Simple web based app built with the Python Flask framework where the user guesses a number between 0 and 9.
https://github.com/billstephens2022/flask-higher-lower
css css3 flask flask-application html html5 python python3
Last synced: 3 months ago
JSON representation
Simple web based app built with the Python Flask framework where the user guesses a number between 0 and 9.
- Host: GitHub
- URL: https://github.com/billstephens2022/flask-higher-lower
- Owner: BillStephens2022
- Created: 2023-04-14T18:09:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T18:58:43.000Z (about 3 years ago)
- Last Synced: 2025-03-31T01:15:31.200Z (over 1 year ago)
- Topics: css, css3, flask, flask-application, html, html5, python, python3
- Language: Python
- Homepage:
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Higher Lower Game - Python/Flask

## Description
Simple web based app built with the Python Flask framework where the user guesses a number between 0 and 9.
Screenshot of app:

## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)
## Installation
run main.py from the command line
## Usage
Go to http://localhost:5000 in your browser. You will be prompted to enter a number between 0 and 9. To guess,
append your guess to the url (i.e. if your guess is 5, the url should be "http://localhost:5000/5").
HTML rendered will indicate whether the guess is too high or too low, or if the guess is correct. Continue
guessing until the right answer is achieved.
## License
This application is covered under the MIT License.
For more information: https://opensource.org/licenses/MIT
## Contributing
N/A
## Tests
N/A
## Questions
Contact Info
GitHub user name: BillStephens2022
Link to GitHub profile: https://github.com/BillStephens2022
Email: stephensbill17@gmail.com