Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 400 Bytes

PyWordle

A Wordle remake in Python using Tkinter.

Installing & Usage

  • Install requirements using pip3 install -r requirements.txt
  • Launch with python3 PyWordle.py

Word List

The default wordlist was provided by https://github.com/tabatkins/wordle-list

You can create your own wordlist.txt, just put each 5 letter word on it's own line!