Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.37 KB

Welcome to WordleBot

This bot is coded entirely in Python and attempts to guess the word on NYT's popular game, Wordle

Starting WordleBot

Windows users:

  • Download the latest release and double-click WordleBot.exe

MacOS and Linux users:

  • See below to install Python, then just download the latest release and run WordleBot.py

Running Source Code:

  • Just run the main.py file from the source code root directory.

Installing Python For Wordle Bot (MacOS and Linux users)

Wordle Bot requires Python 3.x to run

  • Windows: Wordle Bot release comes with an executable file for Windows computers, so no need to install python
    • You can download the Python installer at python.org/downloads if you wish to run WordleBot.py from the release or run main.py from the source code
  • MacOS: If you have or had MacOS Monterrey or older, Python should be installed by default
  • Linux: Linux users can use their version of the package installer to install python.
    • Debian-based Linux Users: sudo apt-get install python3.10 (Untested)
    • Arch-based Linux Users: sudo pacman -S python