Inspiration

Getting tired of copy and pasting errors from console to browsers to search for what it means/what exactly is causing the problem

What it does

pySearchErr filename.py

Run the python file with the pySearchErr command and it will automatically searches for the error online (if the program runs into an error)

How I built it

Python

Challenges I ran into

The project started off as an IDE extension, but due to homework and tests I made the project as simple as possible (pip package)

Accomplishments that I'm proud of

It works! And it is available on pip for everyone to install

What I learned

Learned how to make a Python package and how to publish it to pip

What's next for pySearchErr

Evolve into an extension for IDEs

Share this project:

Updates