This guide will walk you through the process of setting up and running the SmuzzSim.py script on a Windows 10 system that doesn't have Python installed.
-
Install Python:
- Download the Python 3.x installer (e.g., Python 3.9) for Windows from the official Python website: Download Python.
- Run the downloaded file and ensure that you select the "Add Python X.Y to PATH" option during installation.
- Follow the on-screen instructions to complete the installation.
-
Install Required Libraries:
- Open a command prompt by searching for "cmd" in the Start menu.
- Navigate to the directory where your
SmuzzSim.pyfile is located. - Run the following command to install the required libraries:
pip install opencv-python numpy pyautogui keyboard pygetwindow
-
Download the Source Code:
- Download the
SmuzzSim.pyfile and any required resources (images, icons, etc.) to your system from your preferred source, such as a GitHub repository.
- Download the
-
Run the Script:
- Open a command prompt and navigate to the directory where your
SmuzzSim.pyfile is located. - Run the following command to start the script:
python SmuzzSim.py
- Open a command prompt and navigate to the directory where your