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!
- Host: GitHub
- URL: https://github.com/joaoandrejs/python_studies
- Owner: joaoandrejs
- Created: 2024-06-14T03:16:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T03:18:13.000Z (over 1 year ago)
- Last Synced: 2025-01-05T01:12:01.312Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.