ByteOfWaffle / Search-Engine

Search engine made with python
1 stars 0 forks source link

Misc documentation #4

Open ByteOfWaffle opened 5 days ago

ByteOfWaffle commented 5 days ago

Made it a bit more easy to read. image

ByteOfWaffle commented 4 days ago

made an input asking if the user wants to continue after recieving result, this makes it easier to read the information before being bombared with the choices again right after results. image

ByteOfWaffle commented 4 days ago

Made a box around it so it looks nicer: image

ByteOfWaffle commented 4 days ago

Imported the "os" module then made it empty the terminal at certain areas to make it look cleaner. image image

ByteOfWaffle commented 4 days ago

Added a longer line around the print result. image

ByteOfWaffle commented 3 days ago

Made it so the user can get back to the menu if they write the word wrong or if the word isn't there. image

ByteOfWaffle commented 3 days ago

Moved the counter for amount of times found into the last prompt. image