Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 845 Bytes

File metadata and controls

37 lines (30 loc) · 845 Bytes

guess

A Flask version of guess the number game. (猜数字Flask版)

DEMO

http://guessguess.herokuapp.com/

demo

Versions

Flask==1.0.2
Flask-Bootstrap==3.0.3.1
Flask-WTF==0.12
Jinja2==2.8
Werkzeug==0.14 WTForms==2.1

Installation

First, clone it from Github:

$ git clone https://github.com/helloflask/guess.git
$ cd guess

Then use pip to install requirements (recommend to use virtualenv create a virtual enviroment):

$ pip install -r requirements-dev.txt

Run the app:

$ flask run

Now Go to http://127.0.0.1:5000/

More details

Flask实践:猜数字
更多关于Flask的原创优质内容,欢迎关注Hello, Flask!——知乎专栏