This is a simple game where you have to guess a computer generated number within 1 to 10. However, you can't guess it all. You have only 4 chances to guess the correct number.
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 number_guessing.py