瀏覽代碼

added pictures to README

master
杨浩然 3 年之前
父節點
當前提交
9d7e52f3fa
共有 3 個檔案被更改,包括 16 行新增14 行删除
  1. +16
    -14
      README.md
  2. 二進制
      img-folder/login.png
  3. 二進制
      img-folder/success.png

+ 16
- 14
README.md 查看文件

@ -1,8 +1,10 @@
#Library_Auto_Seats_Pick
# Library_Auto_Seats_Pick
##For Cloud Computing Course
##### For Cloud Computing Course
###Background
------
### Background
The end of each semester could always evoke the students' enthusiasm for learning, while the library resources of Zhongbei campus are quite worse than Minhang campus, which means there is more competition for seats. And this might cause some students can't reserve a seat for several days.
@ -10,11 +12,11 @@ This project aims to provide automatic seat-grab solutions for students with low
###Install
### Install
- This project uses Python, Flask, Chrome and Chromedrvier. Go check them out if you don't have them locally installed.
- ##### This project uses Python, Flask, Chrome and Chromedrvier. Go check them out if you don't have them locally installed.
- Install Flask
- **Install Flask**
Open a terminal, make a new folder to store the project. Let's call this folder **autobook**.
@ -41,13 +43,13 @@ This project aims to provide automatic seat-grab solutions for students with low
flask/bin/pip install coverage
```
- Install Chrome
- **Install Chrome**
```shell
yum -y install google-chrome-stable
```
- Install Chromedriver
- **Install Chromedriver**
The version of Chromedriver should be consistent with your Chrome's. If you don't know your Chrome's version, try to type this command to check out.
@ -74,7 +76,7 @@ This project aims to provide automatic seat-grab solutions for students with low
chmod a+x chromedriver
```
- Other necessary Python modules
- **Other necessary Python modules**
Use Pip to install some essential modules.
@ -87,9 +89,9 @@ This project aims to provide automatic seat-grab solutions for students with low
###Usage
### Usage
- Deploy
- ##### Deploy
Determine run.py as an executable file.
@ -103,7 +105,7 @@ This project aims to provide automatic seat-grab solutions for students with low
./run.py
```
- Customer use
- ##### Customer use
Visit the website:
@ -111,13 +113,13 @@ This project aims to provide automatic seat-grab solutions for students with low
###Maintainers
### Maintainers
[@Young Hojan](http://gitea.shuishan.net.cn/10195501441)
###License
### License
[MIT](http://gitea.shuishan.net.cn/10195501441/Library_Auto_Seats_Pick/src/branch/master/LICENSE.md) © Young Hojan

二進制
img-folder/login.png 查看文件

Before After
Width: 1920  |  Height: 938  |  Size: 1023 KiB

二進制
img-folder/success.png 查看文件

Before After
Width: 1920  |  Height: 940  |  Size: 1009 KiB

Loading…
取消
儲存