Coder Social home page Coder Social logo

math_wordle's Introduction

Math Wordle Solver

This is a simple python command-line tool to help solve math wordle puzzles from https://mathwordle.com/

Use this tool however you please.

How to install and run

This tool has no dependencies beyond a system install of python. It was developed on python 3.10.

Running it is as simple as follows:

python wordle.py

To provide the current status of your equation, use the --equation argument. The equation must conform to the wordle rules, or you'll either see an error or return zero results.

python wordle.py --math=73-6_=1_

You can also provide the whitelist and blacklist arguments to narrow down the guesses.

python wordle.py --math=5+_+7=1_ --whitelist=3 --blacklist=24689-

Or, to further narrow down guesses, you can put a list of values that are excluded from a column by putting the field in square brackets instead of an underscore.

python wordle.py --math=[13]+[3]+7=1_ --whitelist=3 --blacklist=24689-

Testing

Tests have been written, mostly to help with development of the tool. They can be run by executing the following command:

python tests.py

math_wordle's People

Contributors

jlillest avatar

Watchers

 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.