https://github.com/vaderjunior/wordle
Python program to win wordle faster
https://github.com/vaderjunior/wordle
Last synced: 1 day ago
JSON representation
Python program to win wordle faster
- Host: GitHub
- URL: https://github.com/vaderjunior/wordle
- Owner: vaderjunior
- Created: 2022-04-06T05:29:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T05:49:07.000Z (about 4 years ago)
- Last Synced: 2024-10-20T22:17:11.421Z (over 1 year ago)
- Language: Python
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To make this function work:
``` git clone https://github.com/vaderjunior/wordle```
Then run ``` python3 filter.py```
input 1: Size of word\
input 2: Enter Letters that gave a green/yellow match in wordle(present letters), format letter1, letter2, etc\
input 3: Enter Letters that gave a grey in wordle(abscent letters), format letter1, letter2, etc
Output: Will give matching words
If you give y as input next you can keep on adding to the present and abscent letters list. Only add new letters.