OP 29 December, 2022 - 05:09 PM
Hey! I have a question to you all!
I want to build a python script that is compactible in Linux and Windows.
The function of the script is that the user can make an input in the cmd.
Then the script should search for the input in a database (not local over the www).
If the input does not match exactly, the following output appears: Did you mean "name of the db entry".
And then the user can answer with yes or no. When the user input is yes then he will be forwarded to a website.
Is this possible? When yes, are there any tutorials or websites that have similar projects? Or is here anyone that can program something like this?
I want to build a python script that is compactible in Linux and Windows.
The function of the script is that the user can make an input in the cmd.
Then the script should search for the input in a database (not local over the www).
If the input does not match exactly, the following output appears: Did you mean "name of the db entry".
And then the user can answer with yes or no. When the user input is yes then he will be forwarded to a website.
Is this possible? When yes, are there any tutorials or websites that have similar projects? Or is here anyone that can program something like this?