A cli tool , which shows you all the next possible words you can guess from in the game of Wordle.

Related tags

CLI Tools wordle
Overview

wordle-helper

A cli tool , which shows you all the next possible words you can guess from the Game Wordle. This repo has the code discussed in the YouTube Video (if you want to watch me code it live / understand the code better )

How to use ?

  1. open terminal/cmd and type
git clone https://github.com/Sa-So/wordle-helper.git
  1. paste that link and press enter now you will see a folder (if you list using ls), cd into that
cd wordle-helper 
  1. now to run the code
python3 helper.py

Contribute to make it a wordle-solver instead of just a helper

  • Let the AI play it , train it to reduce the no. of tries it requires to get to the word
  • Rank the words on the basis of popularity in English ?
  • Remove previous words that have already been done
  • could we use regex here ?

want to play more than just one word a day ?

(Use it for testing my code & report if you find any errors)

  • source
  • code (press RAW and then cmd/ctrl + A to select everything then copy)
  • run_at
You might also like...
Play Wordle Bot - Wordle Bot written in python

Wordle Bot A Bot written in python with a CL Interface to guess adn solve Wordle

A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Stream your favorite shows straight from the command line.

A command-line based, minimal torrent streaming client made using Python and Webtorrent-cli. Installation pip install -r requirements.txt It use

A next-generation CLI and TUI that aims to be your personal assistant for everything competitive programming related. 🚀

Competitive Programming Tool Kit The Competitive Programming Tool Kit (cptk for short), is a command line and terminal user interface (CLI and TUI) th

Yts-cli-streamer - A CLI movie streaming client which works on yts.mx API written in python
Yts-cli-streamer - A CLI movie streaming client which works on yts.mx API written in python

YTSP It is a CLI movie streaming client which works on yts.mx API written in pyt

This is a CLI program which can help you generate your own QR Code.

Python-QR-code-generator This is a CLI program which can help you generate your own QR Code. Single.py This will allow you only to input a single mess

A Python-based Wordle solver and CLI player

Wordle A Python-based Wordle solver and CLI player This was created using Python 3.9.7. SPOILER ALERT: the data directory contains spoilers for upcomi

PdpCLI is a pandas DataFrame processing CLI tool which enables you to build a pandas pipeline from a configuration file.

PdpCLI Quick Links Introduction Installation Tutorial Basic Usage Data Reader / Writer Plugins Introduction PdpCLI is a pandas DataFrame processing CL

A CLI based task manager tool which helps you track your daily task and activity.

CLI based task manager tool This is the simple CLI tool can be helpful in increasing your productivity. More like your todolist. It uses Postgresql as

Sink is a CLI tool that allows users to synchronize their local folders to their Google Drives. It is similar to the Git CLI and allows fast and reliable syncs with the drive.
Sink is a CLI tool that allows users to synchronize their local folders to their Google Drives. It is similar to the Git CLI and allows fast and reliable syncs with the drive.

Sink is a CLI synchronisation tool that enables a user to synchronise local system files and folders with their Google Drives. It follows a git C

Comments
  • Figure out why does it fail on this testcase ?

    Figure out why does it fail on this testcase ?

    ss + terminal output

    Screenshot 2022-01-21 at 6 15 57 PM - the word was "TUBER"

    Mac% python3 helperv3.py Enter the word string adieu Enter the color string bbbgy [('e', 3)] ['a', 'd', 'i'] [('u', 4)] bluer blues bluet bluey bukes buret buses buteo butes buyer clues cluey cruel crues cruet cubeb cuber cubes cukes culet culex cumec cupel curer cures curet cusec cuter cutes cutey cuvee cuzes eques flues fluey fouer fouet fumer fumes fumet fusee fusel fuses fuzee fuzes gluer glues gluey gruel grues gules gulet huger hules jubes jukes julep jupes jurel jures jutes juves kugel lubes luces luger luges lumen lunes lunet lurer lures lurex luser luter lutes luxer luxes moues mules muley mures murex muser muses muset muter mutes muxes nukes numen ousel outer ouzel plues pubes pucer puces puker pukes pukey puler pules puree purer pures puses puzel queen queer rouen roues rubel rubes ruler rules rumen rumes runes rupee ruses slues spuer spues squeg suber sujee super supes surer sures suses truer trues tuber tubes tules tuner tunes tupek tutee tuxes tuyer ulcer umbel umber unces unget unket unlet unmet unmew unpeg unpen unsee unset unsew unsex unwet upjet upper upsee upset upsey upter urbex urger urges usher utter wuses yukes yules 173 Enter the word string yukes Enter the color string bgbgb [('e', 3), ('u', 1), ('e', 3)] ['a', 'd', 'i', 'y', 'k', 's'] [('u', 4)] buret buteo cubeb cuber culet culex cumec cupel curer curet cuter cuvee fumer fumet fuzee gulet huger julep jurel luger lumen lunet lurer lurex luter luxer murex muter numen outer ouzel pucer puler puree purer puzel queen queer rubel ruler rumen rupee tuber tuner tutee 45 Enter the word string ruler Enter the color string bgbgg [('e', 3), ('u', 1), ('e', 3), ('u', 1), ('e', 3), ('r', 4)] ['a', 'd', 'i', 'y', 'k', 's', 'r', 'l'] [('u', 4)] 0

    opened by Sa-So 1
Wordle breaker: A CLI tool to help you solve Wordle

Wordle Breaker A CLI tool to help you solve Wordle I decided to code a solution

Alex 4 Apr 27, 2022
A CLI for streaming, downloading anime shows. The shows data is indexed through GogoAnime.

Anime-cli A CLI for streaming, downloading anime shows. The shows data is indexed through GogoAnime. Please install mpv video-player for better experi

Chirag Singla 31 Oct 23, 2022
Wordle-solver - A tool that helps people who struggle with vocabulary to enjoy the famous game of WORDLE

Wordle-Solver Wordle-Solver helps people who struggle with vocabulary to enjoy t

Jason Chao 104 Dec 31, 2022
Wordle-cli - Command-line clone of Josh Wardle's WORDLE

Command-line clone of Josh Wardle's WORDLE, inspired by Paul Battley's Ruby vers

Klipspringer 32 Jan 3, 2023
Wordle-textual - Play Wordle from the CLI, using Textual

Wordle, playable from the CLI This project seeks to emulate Wordle in your shell

PhenoM4n4n 3 Mar 29, 2022
Wordle helper: help you print posible 5-character words based on you input

Wordle Helper This program help you print posible 5-character words based on you

Gwan Thanakrit Juthamongkhon 4 Jan 19, 2022
Lexeme - CLI to play a word-guessing game like Wordle

What is this? Python program to play a word-guessing game like Wordle, but… More addictive because you can play it over and over and over, not just on

Dan Lenski 6 Oct 26, 2022
A simple CLI based any Download Tool, that find files and let you stream or download thorugh WebTorrent CLI or Aria or any command tool

Privateer A simple CLI based any Download Tool, that find files and let you stream or download thorugh WebTorrent CLI or Aria or any command tool How

Shreyash Chavan 2 Apr 4, 2022
Wordle - Wordle solver with python

wordle what is wordle? https://www.powerlanguage.co.uk/wordle/ preparing $ pip i

shidocchi 0 Jan 24, 2022
Wordle for CLUE - WORDLE clone for Adafruit Clue

Wordle_for_CLUE This project is a clone of the very popular word solving puzzle

Michael Lacock 4 Feb 15, 2022