Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-98 committed Nov 8, 2017
1 parent 6a81b2f commit 5541ac5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# IITR Response Form AutoComplete
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

This script is for autocomplete of the response form for professor. Since it is a value long process and someone of us don't have time and just want to move to the Subject Registration Section.Through this script the Review for the professor can be automatically filled, though the Subject Registration you have to do it online.

It works with python2 as the used `mechanize` package is only available for python2.

## Install

`git clone https://github.com/harsh-98/AcadResponseForm.git`

## SetUp

`pip install -r requirements.txt`
`python2 response_form.py {username}`

### Option

Random : 0
Strongly Agree : 1
Agree : 2
Neutral :3
Disagree : 4
Strongly Disagree :5

## License

This code is in the public domain (see [UNLICENSE](UNLICENSE) for more details). This means you can use, modify, and distribute it without any restriction. I appreciate, but don't require, acknowledgement in derivative works.
`

0 comments on commit 5541ac5

Please sign in to comment.