Skip to main content

ErrorSearcher help to search error on webbrowser

Project description

ErrorSearcher

Search error on webbrowser

Installation

pip install ErrorSearcher

How to use

from ErrorSearcher import  detect
detect(__file__)

Just write these line on top of program file which is throwing an error and the program will search the error on your default browser

Example

This will work

from ErrorSearcher import detect
detect(__file__)

def subtract(a,b):
    return a-b

er=subtract('abx',"vas")
print(er)

This will not

def subtract(a,b):
    return a-b

er=subtract('abx',"vas")
print(er)

from ErrorSearcher import detect
detect(__file__)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ErrorSearcher-1.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page