Skip to content

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

Notifications You must be signed in to change notification settings

pyxploiter/EResolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages