For the random number guessing game project, used the flask framework.
Contains:
- Generate range fuction - the user inputs the range he or she wants and from that range a random number is generated.
- Score fuction - gives the user a score according to the number of guesses he or she made.
- Hints - in form of if statements gives hints to the user.