/Wordle-Solver-Using-SeleniumBase

This is a SeleniumBase project where I try to solve Wordle without any manual input.

Primary LanguagePython

Wordle-Solver-Using-SeleniumBase

This is a SeleniumBase project where I try to solve Wordle without any manual input.

This project does not use the most efficient algorithm to solve wordle. If you think you can improve it please create a PR to contribute.

Project Setup

Once you clone this project on to your device, open your terminal and follow these steps :

  • Change Directory

    $ cd Wordle-Solver-Using-SeleniumBase
    
  • Install Dependencies

    $ pip install pytest
    $ pip install seleniumbase
    
  • Run Wordle-Solver

    $ python -m pytest wordle-solver.py
    

Contribute

Contributions are always welcome! Please create a PR to contribute.

📝   License

This project is licensed under MIT license.

👨‍🚀   Show your support

Give a ⭐️ if this project helped you!