Most of developers spend maximum time on stackoverflow searching for their python errors, this library automatically search for solution on stackoverflow as soon as you get an python error and save a lot of time from a loop of reading error, searching it on stackoverflow.
Installation is simplest with pip:
pip install pyspecty
pyspecty depends on singleton-decorator
only.
pyspecty automatically search python errors on stackoverflow. See Usage below.
Check out A simple usage example for a short intro. A sample usage is:
from pyspecty import PySpecty
PySpecty() # that's it!
From example:
from pyspecty import PySpecty
PySpecty() # That's it!! Do it somewhere in your file
# The actual code!!
print(2/0)
# Code end here
output is:
- Tests need to be written.
- A dumb page also open that need to be fixed.
Feel free to submit pull requests to me.
- Muhammad Haseeb - Initial work - Muhammad Haseeb
The pycloudy library is MIT Licenced. Feel free to use commercially of personally.