A GUI Front-end to How Do I
Project description
PySimpleGUI-HowDoI
Introduction
This package contains a GUI front-end to the AMAZING tool, HowDoI. You can ask this tool any programming question and it will tap into the enormous database of programming questions and answers, StackOverflow.
This program takes you question and returns CODE as a response.
The way it works is that it searches StackOverflow, gets the results and then finds the highest voted answer. From that answer it takes the code it finds and that is what is returned to you. It works shockingly well.
To learn more about HowDoI, visit their GitHub site: https://github.com/gleitz/howdoi
Check out this example. This was not rehearsed. While typing this readme, an example was needed and a random question, that I've never asked before, was posed. Once again this program delivered a great answer.
You can copy and paste the solution right into your code if you wish.
Installing
When you install PySimpleGUI-HowDoI, it will install the other components that it requires. To install, on windows, type this into a command prompt:
pip install pysimplegui-howdoi
Running the GUI Program
Afer your Pip install completes you can run the program. Do run it, type this into your command prompt:
python -m pysimplegui-howdoi.pysimplegui-howdoi
Once running you simply type in your question and press enter or click the "SEND" button. If you want to ask a question again, you can use the arrow keys or your mouse wheel to access the history of questions you've previously asked.
Ask ANY question you want for ANY programming language. I recommend starting the question with the programming language.
PySimpleGUI Project
This program was built as a sample application of the PySimpleGUI GUI Framework. It quickly became a tool I was unable to live without. I've been trying for some time to bring it to life for others to try.
Windows Only?
This has only been tested using Windows. I have not gotten it to work under Linux. The linkage between the program and the howdoI package was messed up on Linux. If you're able to get a Linux version running, please let me know at info@PySimpleGUI.org
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pysimplegui_howdoi-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e97b49088f93911350955708ff5fc3652619861395077a0341e4c275447dd4d7 |
|
MD5 | 65e376fcd1f117a222e1c3886640a1b0 |
|
BLAKE2b-256 | 9e1d3c22be3334ddf0a2c873a17fa5959315b5289ac45b0839f8caac860124c8 |