esdalmaijer / name_guesser

Guesses the first letter of your name in a number of tries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name first-letter guesser

Want intructions? Simples:

  1. Download name_guesser.py
  2. Run the following command in Command Prompt (Windows) or Terminal (Linux or macOS), after you change the example file path to your own.

Windows example:

cd "C:\Users\Example\Downloads"
python name_guesser.py

Linux and macOS example:

cd "/home/example/Downloads"
python name_guesser.py
  1. Follow the instructions by typing the number of guesses.
  2. Answer each question with 1 for yes or 0 for no.

About

Guesses the first letter of your name in a number of tries.


Languages

Language:Python 100.0%