https://github.com/fireblade2534/wordle-bot
A bot that solves wordle
https://github.com/fireblade2534/wordle-bot
bot python wordle wordle-solver
Last synced: about 2 months ago
JSON representation
A bot that solves wordle
- Host: GitHub
- URL: https://github.com/fireblade2534/wordle-bot
- Owner: fireblade2534
- Created: 2023-01-28T22:09:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T20:53:14.000Z (over 2 years ago)
- Last Synced: 2024-01-20T15:51:54.206Z (over 2 years ago)
- Topics: bot, python, wordle, wordle-solver
- Language: Python
- Homepage:
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle-Bot
This is a simple Wordle solver bot I made.
### How to use
1. Run Main.py
2. Open your wordle site (Tested on https://bosorioo.github.io/wordle-unlimited/)
3. Type in the best guess into your worldle game
4. Input the code into the enter code field
5. Go to step 3
### Codes
The codes are 5 digits. Each digit corosponds to one letter of the best guess. If the letter at that position is grey type in a 0. If the letter at that position is yellow type in a 0. If the letter at that position is green type in a 0.
The pre computed folder stores info so the bot only has to generate the answer to a specific situation once.
**DO NOT DELETE THE PRECOMPUTED FOLDER**