Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 970 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 970 Bytes

EResolver

EResolver is a python module (can be used as exception handler as well) which helps you to find the solution for your syntax error.

Requirements

  1. BeautifulSoup
  2. Web.py
  3. Google-Search-Api

How to Run

  1. First, Run server.py on port 3000
$ python server.py 3000 

You can use web app as well as you can use it into your python script.

    1. For using webapp: Open index.html file in your browser and search your query.





    1. For using EResolver in your python script: Run test.py file as a sample
      'print 1/0' is a statement which gives an error and we caught exception using EResolver