https://github.com/iam-mhaseeb/pyspecty
A happy light weight library to search python errors on stackoverflow automatically.
https://github.com/iam-mhaseeb/pyspecty
python python-3-6 python-library python3
Last synced: 9 months ago
JSON representation
A happy light weight library to search python errors on stackoverflow automatically.
- Host: GitHub
- URL: https://github.com/iam-mhaseeb/pyspecty
- Owner: iam-mhaseeb
- License: mit
- Archived: true
- Created: 2018-10-24T16:22:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T13:01:31.000Z (over 7 years ago)
- Last Synced: 2025-09-22T20:15:25.772Z (9 months ago)
- Topics: python, python-3-6, python-library, python3
- Language: Python
- Homepage:
- Size: 207 KB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PySpecty
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
Installation is simplest with pip:
pip install pyspecty
#### Installation notes
pyspecty depends on `singleton-decorator` only.
pyspecty automatically search python errors on stackoverflow. See [Usage](#usage) below.
## Usage
Check out [A simple usage example](Example/main.py) for a short intro. A sample usage is:
```python
from pyspecty import PySpecty
PySpecty() # that's it!
```
From [example](Example/main.py):
```python
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:

## TODO
1. Tests need to be written.
2. A dumb page also open that need to be fixed.
## Contributing
Feel free to submit pull requests to me.
## Authors
* **Muhammad Haseeb** - *Initial work* - [Muhammad Haseeb](https://github.com/iam-mhaseeb)
## Licensing
The pycloudy library is [MIT Licenced](LICENSE). Feel free to use commercially of personally.