PLVRA is a TUI (Terminal User Interface) implementation of wordle / termo in portuguese, written in Python

Overview

P L V R A

Descrição

PLVRA é uma implementação de wordle / termo na forma de uma TUI (Terminal User Interface) em português, escrito em Python.

Se você não conhece o jogo, as regras são:

Você precisa adivinhar uma palavra de cinco letras em no máximo seis tentativas. A cada tentativa errada, você ganha as seguintes dicas:

  • Letras que nunca aparecem na palavra aparecerão vermelhas.
  • Letras que aparecem em outra posição aparecerão amarelas.
  • Letras que aparecem naquela posição aparecerão verdes.

Instalação

PyPI

pip install -i https://test.pypi.org/simple/ plvra

A partir do código fonte

git clone https://github.com/eshiraishi/plvra-tui
cd plvra-tui
sudo python setup.py install

Contribuições e adição de novas palavras

Se você tiver qualquer sugestão para novas palavras, por favor crie um PR modificando words.txt.

O código em si está escrito completamente em inglês, então caso queira traduzir o jogo, apenas mude as mensagens em plvra.py e as palavras possíveis em words.txt por favor crie uma branch para cada idioma.

Licença

Este software é distribuído sobre a Licença MIT.


Description

PLVRA is a TUI (Terminal User Interface) implementation of wordle / termo in portuguese, written in Python.

If you are not familiar with the game, the rules are:

You have to guess a five letter word in at most six tries. On each wrong try, you get the following tips:

  • Letters that never appear on the word will appear red.
  • Letters that appear but in another position will appear yellow.
  • Letters that appear on that position will appear green.

Installation

PyPI

pip install -i https://test.pypi.org/simple/ plvra

From source

git clone https://github.com/eshiraishi/plvra-tui
cd plvra-tui
sudo python setup.py install

Contributing and adding new words

If you have any suggestion for new words, please create a PR changing words.txt.

The code itself is fully written in english, so if you want to translate the game, just change the messages on plvra.py and the possible words on words.txt (please create another branch for each language).

License

This is distributed under the MIT License.

You might also like...
Wordle for the terminal, writen in python

Wordle Wordle in the terminal, written in python Simply run bash run.sh in your terminal to run. This creates a virtual environment, installs the depe

Termordle - a terminal based wordle clone in python
Termordle - a terminal based wordle clone in python

Termordle - a terminal based wordle clone in python

Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5
Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5

♟️ Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5. 💿 Dependencies This program uses Py

An optimal solution finder for the game Wordle, written in Python

wordle-solver: a nearly-optimal computer player for Wordle Wordle is an interesting word guessing game. This program plays it very well, taking only 3

Blackjack-Py is a terminal based game of blackjack within your terminal playing against CPU.

About Blackjack-Py is a terminal based game of blackjack within your terminal playing against CPU. Usage Clone the repo and run it with whatever pytho

A terminal-based number guessing game written in python
A terminal-based number guessing game written in python

A terminal-based number guessing game written in python

A pure python implementation of a solver for the popular game wordle.

A pure python implementation of a solver for the popular game wordle.

Fully functional BlackJack game with a graphical user interface.
Fully functional BlackJack game with a graphical user interface.

BlackJack Welcome to BlackJack! This game is fully functional, with a casino sound package integrated using Pygame, dynamic game logic developed using

This is a Python solver for the game Wordle, which recently received its PT-BR version

PT_BR_Wordle_Solver Este é um solver feito em Python do jogo Wordle, que recebeu sua versão PT-BR recentemente. Onde jogar Os sites para se jogar mais

Owner
Enzo Shiraishi
CS student at UFABC.
Enzo Shiraishi
This is a python implementation of wordle, which uses the same set of available words as the hit game, Wordle

Wordle Game This is a python implementation of wordle, which uses the same set of available words as the hit game, Wordle. Play the game manually pyth

Pierre Theo Klein 11 Mar 4, 2022
Wordle - Implementation of wordle and a solver

Wordle - Implementation of wordle and a solver

Kurt Neufeld 1 Feb 4, 2022
Wordle-Python - A simple low-key clone of the popular game WORDLE made with python and a 2D Graphics module Pygame

Wordle-Python A simple low-key clone of the popular game WORDLE made with python

Showmick Kar 7 Feb 10, 2022
Wordle-helper: python script to help solving wordle game

wordle-helper This is a python script to help solving wordle game 5-letter-word-

MD Nur Ahmed 2 Feb 8, 2022
Wordle - Wordle Clone With Python

Wordle Clone Python This is a cli clone of the famous wordle game developed by J

Shivam Pandya 20 Jul 7, 2022
A very bad wordle solver to help me solve the daily wordle

Wordle Solver A very bad wordle solver to help me solve the daily wordle on https://www.powerlanguage.co.uk/wordle/ TODO list take into account letter

Logan Anderson 4 Feb 3, 2022
Wordle player - A Class that plays wordle optimally

wordle_player A Class that plays wordle optimally if you want to play wordle opt

Andrés Hernández 1 Jan 31, 2022
Wordle-player - An optimal player for Wordle. Based on a rough understanding of information theory

Wordle-player - An optimal player for Wordle. Based on a rough understanding of information theory

Neill Johnston 3 Feb 26, 2022
Wordle Solver: A simple script which is also called Wordle solver

wordle-solver this code is a simple script which is also called Wordle solver. t

amirreza 1 Feb 15, 2022
Wordle-prophecy - The comprehensive list of all Wordle answers, past and future

About This repo contains the comprehensive list of all Wordle answers, past and

Hayden Moritz 2 Dec 15, 2022