1
0
Fork
You've already forked wordlebot
0
No description
  • Python 94.4%
  • Shell 5.6%
Find a file
2024年12月05日 21:30:39 -05:00
src/wordlebot Added documentation. Added install script 2024年12月05日 17:45:43 -05:00
.gitignore Added AGPL license. Added pyproject setup 2024年12月05日 01:01:54 -05:00
COPYING Added AGPL license. Added pyproject setup 2024年12月05日 01:01:54 -05:00
install.sh Added documentation. Added install script 2024年12月05日 17:45:43 -05:00
MANIFEST.in Updated the manifest to include the installer 2024年12月05日 21:30:39 -05:00
pyproject.toml Updated the manifest to include the installer 2024年12月05日 21:30:39 -05:00
README.md Updated the license details 2024年12月05日 17:59:34 -05:00

wordlebot

wordlebot is a command-line tool designed to assist players in solving the popular word puzzle game Wordle. The program generates possible word guesses, evaluates user inputs, and ranks potential words based on various algorithms to maximize the chances of winning.

Installation

Note: The included installer is designed only for MacOS. It will install wordlebot using pipx and Homebrew, and will also install all required dependencies of these tools.

  1. Copy the .tar.gz archive file to the same location as install.sh.

  2. Run the installer:

    ./install.sh
    

The wordlebot command will be added to your PATH.

Usage

Just run wordlebot from your terminal.

How to Play

  1. Start the game: When you run the program, it will suggest the best opening words based on frequency algorithms.

  2. Input your guess: Play your guess in Wordle, then input that guess into wordlebot.

  3. Input your results: After each guess, tell wordlebot the results of your guess by entering characters as follows:

    • ! for letters in the correct position (green tiles in Wordle)
    • ? for letters present in the word but in the wrong position (yellow tiles).
    • - for letters not present in the word (grey tiles).
  4. Get suggestions: Based on your input, wordlebot will suggest the best possible words to try next.

  5. Continue or quit: Continue playing until you solve the puzzle or press Ctrl+C to exit the game.

License

/src/wordlebot/wordlists/shuffled_real_wordles.txt is courtesy of Kinkelin/WordleCompetition and is licensed under Creative Commons Attribution-ShareAlike 3.0 Unported. Besides this file, the below licensing terms apply.

Copyright 2024 Logan Kirkland.

This project is licensed under the GNU Affero General Public License. See the COPYING file for details.