This is a number guessing game where you can decide the upper boundary. You have unlimited chances until you guess the correct answer.
The only python module that is required is random.
You can install it using pip install random
Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command:
python NumberGuessing.py