Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qboticslabs/pyoverflow
Automated solution finder for run time errors !!
https://github.com/qboticslabs/pyoverflow
Last synced: 7 days ago
JSON representation
Automated solution finder for run time errors !!
- Host: GitHub
- URL: https://github.com/qboticslabs/pyoverflow
- Owner: qboticslabs
- License: gpl-2.0
- Created: 2016-07-03T17:46:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T19:07:50.000Z (over 8 years ago)
- Last Synced: 2024-10-10T23:46:14.085Z (29 days ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/pyoverflow
- Size: 1.26 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#pyoverflow : Automated solution finder for run time errors !!
##Provides instant stackoverflow solutions inside a web browser when python code encounter a runtime error.
Hi all
Here is one python package that i made for automating "stackoverflow-ing" when our code encounter run time errors. Using this package, we can retrieve top result from google and displayed on the web browser whenever an error comes.
We can also mention number of solutions we want, if any exceptions occurred. When an exception occurred, it will automatically search for the solution to fix the exception !!
[![gif with examples][examples-link]][examples-link]
##Installing pyoverflow
The source code of the package is on the following linkhttps://pypi.python.org/pypi/pyoverflow
Extract the source code, and open a terminal in the extracted folder.
Use the following command to install this package.
**Note: Make sure that you have proper internet connection**
**$ sudo python setup.py install**
Try the example code inside the **pyoverflow/examples** folder
Check blog : http://www.technolabsz.com/2016/07/pyoverflow-automated-solution-searching.html
[examples-link]: https://raw.githubusercontent.com/qboticslabs/pyoverflow/master/pyoverflow.gif