A simple number guessing game built with Python and customTkinter library.
To install the game, you need to have Python and pip installed on your system. The game also requires the customtkinter library to run.
- Run
install.shto install the necessary dependencies, which aretkinterandcustomtkinter.
$ chmod +x install.sh
$ ./install.shTo run the game, simply execute the main.py file:
$ python3 main.pyThe game will open in a new window and you can start playing by guessing the number.
main.py: The main Python script that runs the game.install.sh: A Bash script to install the required dependencies for the game.
This project is licensed under the MIT License.