An open API service indexing awesome lists of open source software.

https://github.com/joaoandrejs/python_studies

my minigames and studies using python!
https://github.com/joaoandrejs/python_studies

Last synced: 11 months ago
JSON representation

my minigames and studies using python!

Awesome Lists containing this project

README

          

# My simples script using Python!

Meus minigames utilizando python.

## [Guess Number](https://github.com/vortexzjs/python_studies/blob/main/guessanumber.py)
- O bot gera 1 numero alto e outro baixo e escolhe um aleatorio entre eles e voce deve descobir este número abaixo do número de tentativas pre-definido.

## [Pedra, Papel ou Tesoura](https://github.com/vortexzjs/python_studies/blob/main/RockPaperScissors.py)
- Classica regra do Pedra, Papel e Tesoura. O BOT escolhe aleatoriamente entre, Pedra, Papel ou Tesoura e você deve escolher uma das opções e ter a chance de ganhar, empatar ou perder.

## [Pergunta](https://github.com/vortexzjs/python_studies/blob/main/eightball.py)
- Classico 8Ball, fala uma pergunta e tenha uma resposta aleatória.

## [Gerar Senha](https://github.com/vortexzjs/python_studies/blob/main/gerarsenha.py)
- Gerador de senhas aleatorio. Digite o tamanho da senha que você nescessita e utilizando os modulos random e string gere uma senha segura.