Number Guessing game π²
π Welcome to my repository. I'm presenting a number guessing game. π
π This game was developed with the Python programming language, which provides randomness. The range modules are used in conjunction with a computer. Take any value inside the provided range. The user_input value is compared against the computer value, and the winner or loser is identified. π Allow the user to play over and over. If the user answers "yes," he can play again. The Tkinter library is used to construct graphical interfaces. πΌοΈ
π Python.
π² 1.Random:-random module provides functions for generating random numbers. It includes various functions for generating random integers, floating-point numbers, and making random choices from sequences.
π₯οΈ 1.Tkinter:-Tkinter is a Python library used for creating graphical user interfaces (GUIs). It provides a simple way to create windows, dialogs, buttons, menus, and other GUI components. Tkinter is based on the Tk GUI toolkit, which is a set of libraries and utilities for building GUIs. π¨