All Projects → frostming → wordle-tui

frostming / wordle-tui

Licence: MIT license
Play WORDLE game in your terminal.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to wordle-tui

Vty
A high-level ncurses alternative written in Haskell
Stars: ✭ 237 (+288.52%)
Mutual labels:  tui
thwordle
Thai Wordle clone, built with Svelte & TailwindCSS
Stars: ✭ 45 (-26.23%)
Mutual labels:  wordle
bookwyrm
ncurses utility for downloading publicly available ebooks, plugin support
Stars: ✭ 31 (-49.18%)
Mutual labels:  tui
Asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Stars: ✭ 2,869 (+4603.28%)
Mutual labels:  tui
Moe
A command line based editor inspired by vi/vim. Written in Nim.
Stars: ✭ 252 (+313.11%)
Mutual labels:  tui
git-tui
Collection of human friendly terminal interface for git.
Stars: ✭ 95 (+55.74%)
Mutual labels:  tui
S Tui
Terminal-based CPU stress and monitoring utility
Stars: ✭ 2,825 (+4531.15%)
Mutual labels:  tui
templa-rs
One-Stop Solution for all boilerplate needs!
Stars: ✭ 27 (-55.74%)
Mutual labels:  tui
hledger-iadd
A terminal UI as drop-in replacement for hledger add.
Stars: ✭ 61 (+0%)
Mutual labels:  tui
cns
Search through rust crates without leaving the terminal
Stars: ✭ 23 (-62.3%)
Mutual labels:  tui
Fui
Add CLI & form interface to your program. Docs: https://docs.rs/fui
Stars: ✭ 244 (+300%)
Mutual labels:  tui
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (+300%)
Mutual labels:  tui
NCURSES-Programming-HOWTO-examples
CMake examples for code in http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html
Stars: ✭ 114 (+86.89%)
Mutual labels:  tui
Siggo
a TUI for signal messenger, written in Go
Stars: ✭ 239 (+291.8%)
Mutual labels:  tui
calcure
Modern TUI calendar and task manager with minimal and customizable UI.
Stars: ✭ 1,071 (+1655.74%)
Mutual labels:  tui
Tmux Fzf Url
🚀 Quickly open urls on your terminal screen!
Stars: ✭ 227 (+272.13%)
Mutual labels:  tui
termscp
🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3
Stars: ✭ 707 (+1059.02%)
Mutual labels:  tui
visualization
Text visualization tools
Stars: ✭ 18 (-70.49%)
Mutual labels:  wordle
spotify-player
A command driven spotify player
Stars: ✭ 261 (+327.87%)
Mutual labels:  tui
todo list rust
Simple Ncurses Todo List ☑
Stars: ✭ 19 (-68.85%)
Mutual labels:  tui

Wordle TUI

Play WORDLE game in your terminal.

The game will be kept the same as the Web version.

image

Prerequisites

  • Python 3.7+

Quick Start

Install as an application

pip3 install --user "https://github.com/frostming/wordle-tui/archive/main.zip"
# Run the application
wordle

Clone the repo and run

Clone the repository

git clone https://github.com/frostming/wordle-tui.git
cd wordle-tui

If you are using PDM, then:

pdm install
# Run the application
pdm run start

Otherwise, set up a new virtualenv and install the dependencies:

python3 -m venv venv
. venv/bin/activate
pip install textual pyperclip platformdirs
# Run the application
python wordle_app.py

Credits

Special Thanks to @willmcgugan who created the awesome tools.

Todo List

  • Share the result

License

MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].