Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Number Guessing Game

A simple number guessing game built with Python and customTkinter library.

Installation

To install the game, you need to have Python and pip installed on your system. The game also requires the customtkinter library to run.

  1. Run install.sh to install the necessary dependencies, which are tkinter and customtkinter.
$ chmod +x install.sh
$ ./install.sh

Running the Game

To run the game, simply execute the main.py file:

$ python3 main.py

The game will open in a new window and you can start playing by guessing the number.

Files

  • main.py: The main Python script that runs the game.
  • install.sh: A Bash script to install the required dependencies for the game.

License

This project is licensed under the MIT License.