Introducing major update with mutliple changes and improvements!
Created binaries for Windows and Linux in onefile
Changelog:
- Added question counter (visible in the upper-right corner
- Added question approval on Enter key pressed
- Added command line options parser:
- from now on the config doesn't need to be named
config.json
- by adding such options
-c <path_to_config>
,--config <path_to_config>
or--config=<path_to_config>
the program will submit this file as a default configuration
- from now on the config doesn't need to be named
- Added case sensitive handling for the answers (e.g. when the password needs to be provided)
q_answer_case_sensitive
key in question config