SpamixOfficial / OpenClick

Autoclicker for Linux based systems and Windows
GNU General Public License v3.0
24 stars 3 forks source link

Updated yes/no prompts, fixed uncaught exception on line 104 #21

Closed Undercoverdog closed 1 year ago

Undercoverdog commented 1 year ago

Last lines of the code gave an error when you didnt have colorama installed. Added a new exception to prevent that bug.

Updated Y/N prompts. An empty input, "y", "ye" and "yes" defaults to Yes. Everything else to no.

All userinputs are now converted to lowercase instead of sometimes upper and sometimes lowercase

Undercoverdog commented 1 year ago

updated