pyxploiter / EResolver

EResolver is a python module which helps you to find the solution for your syntax error.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

EResolver is a python module which helps you to find the solution for your syntax error.


Languages

Language:JavaScript 98.2%Language:HTML 1.0%Language:Python 0.7%