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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file ErrorSearcher-1.0.2.tar.gz
.
File metadata
- Download URL: ErrorSearcher-1.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.63.0 importlib-metadata/4.10.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bd2a9f3d010cb80ce8570d536e7da9008f9c1933c9f6ace798774e582ef6936 |
|
MD5 | 5e0813d12757105b6cd351d90035771c |
|
BLAKE2b-256 | b3e78dfd947b1ffd53d27ecd76f22f08a5752d8d510516668b7f47f27a4af7ec |