Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squidkid-deluxe/search-stackoverflow

A small script that searches stackoverflow questions
https://github.com/squidkid-deluxe/search-stackoverflow

gui python3 stackoverflow tkinter

Last synced: 10 days ago
JSON representation

A small script that searches stackoverflow questions

Awesome Lists containing this project

README

        

# Search stackoverflow

This 230-line code takes input from the user by means of tkinter widgets, and then when the user presses the `search` button, his or her inputs are converted into a url and opened with `websocket.open_new_tab`.

### Dependencies:

search_overflow.py:

- tkinter
- websocket

*NOTE:These modules should come pre-installed with python, so don't bother installing them unlesss you get an error.*