Git Product home page Git Product logo

nerdlebot's Introduction

Code By Garrett Fosdick

NerdleBot

Install:
-Make sure to be running python 3.8. Newer version are likely to work as well, but the code was made and tested with 3.8.
-Install ray and matplotlib.
Depending on how your python is set up either run:
python3.8 -m pip install ray
python3.8 -m pip install matplotlib
Or:
python -m pip install ray
python -m pip install matplotlib
-You are good to go!
python3.8 daily_nerdle_solver.py
python3.8 complete_nerdle_graph.py
Or:
python daily_nerdle_solver.py
python complete_nerdle_graph.py\

Contents: daily_nerdle_solver.py: This python script helps the user solve the daily nerdle. Enter the guess given to you by our wordle bot and then enter the corresponding key given to you by wordle. For the wordle key, black = 0, yellow = 1, and green = 2. Enter the key with no spaces in order. Example Green, Yellow, Black, Black, Yellow would be entered as 21001.

complete_nerdle_graph.py: This python script will make the wordle bot automatically play all 20355 possible nerdle games. (This takes a few minutes.) Once the run is done, it will produce a graph of the number of games that ended in a set number of guesses.

nerdle_solver.py: This is where the majority of the code exists. The actual wordle solving code exists here and the other scripts just make use of it.

utils.py: Several tools for the other scripts to use. Also generates all nerdle equations.

nerdlebot's People

Contributors

gfosdick avatar boofwoof avatar

Watchers

Bo Ryu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.