wordlerer

Wordlerer can automatically solve wordle puzzle in the browser.


Keywords
wordler, solve, automatically, browser, selenium
License
MIT
Install
pip install wordlerer==0.1.1

Documentation

Wordlerer

Wordlerer can automatically solve wordle puzzle in the browser.

Installation

pip install wordlerer

Usage

Browser app

brew install --cask firefox
brew install geckodriver
from wordlerer import BrowserApp

BrowserApp().run()

CLI app

from wordlerer import App

App().run()