Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/search-stackoverflow
- Owner: squidKid-deluxe
- Created: 2020-04-07T23:42:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T23:44:23.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T16:45:23.480Z (2 months ago)
- Topics: gui, python3, stackoverflow, tkinter
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*