A terminal-based version of the popular word-guessing game Wordle, built with Python.
Created as my first GitHub project!
A terminal with support for ANSI colours is required.
Before you go any further, ensure you have Python and that the expected version is available from your command line.
If you do not have Python, please install the latest 3.x version from python.org or refer to the Installing Python section of the Hitchhiker’s Guide to Python.
To learn how to install a Python file (package), refer to the Installation Tutorial from PyPI.
Install using pip:
pip install pythle
To start the game, run from the command line:
pythle
Type your guess and hit the enter button to submit.
Thank you for your interest in contributing to this project!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
There are many ways in which you can participate in this project, including some that don't require you to write a single line of code:
- Report a bug
- Request a feature/enhancement
- Write documentation, for users and contributors
- Contribute to the codebase
If you're looking for a way to contribute, you can scan through the existing issues for something to work on.
Please take a moment to read the Contribution Guidelines, to help make the process easy and effective for everyone involved.
- Wordle by Josh Wardle
- Al Sweigart for his excellent series of books on learning Python, available for free!
- ArjanCodes and his Code Roast YouTube videos for inspiring me to try to write better code.
- Programming with Alex for his pytester-cov GitHub Action used to check code coverage in this project.
Licensed under the GNU General Public License v3.0.