From a44ea73c579f5acccf39256bf2e274482dbb2fb0 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy <13696193+MikeTheWatchGuy@users.noreply.github.com> Date: Fri, 1 Feb 2019 22:38:53 -0500 Subject: [PATCH] readme.md updated from https://stackedit.io/ --- readme.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index bd5046d8..41f019ae 100644 --- a/readme.md +++ b/readme.md @@ -112,6 +112,9 @@ This is an exciting new development that's opening up all kinds of possibilities Educators in particular should be interested. Students can not only post their homework easily for their teacher to access, but teachers can also run the students programs online. No downloading needed. Run it and check the results. +Depending on how you're viewing this document, you may or may not see an embedded browser window below that is running PySimpleGUI code. + + # Support @@ -4991,17 +4994,10 @@ Here are the steps to run that application The pip command is all there is to the setup. -The way HowDoI works is that it uses your search term to look through stack overflow posts. It finds the best answer, gets the code from the answer, and presents it as a response. It gives you the correct answer OFTEN. It's a miracle that it work SO well. -For Python questions, I simply start my query with 'Python'. Let's say you forgot how to reverse a list in Python. When you run HowDoI and ask this question, this is what you'll see. - -![howdoiwithhistory](https://user-images.githubusercontent.com/13696193/45064009-5fd61180-b07f-11e8-8ead-eb0d1ff3a6be.jpg) - - - -In the hands of a c +The way HowDoI works is that it uses your search term to look through stack overflow posts. It finds the best answer, gets the code from the answer, and presents it as a response. It gives you the corr \ No newline at end of file