Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.46 KB

Typing Practice

This is a simple Python program that allows users to practice typing with different character sets. It prompts the user to select a character set and then generates random characters from that set for the user to type. The program provides feedback on whether the typed character is correct or not.

Table of Contents

Installation

  1. Clone the repository or download the code files.

  2. Ensure you have Python installed on your system. You can download Python from the official website: Python.org.

  3. Install the colorama module, which is used to print colorful text in the terminal. Open your terminal or command prompt and run the following command:

pip install colorama

If you encounter any issues, make sure you have pip installed and it is up to date. You can upgrade pip by running:

pip install --upgrade pip

Usage

  1. Open your terminal or command prompt and navigate to the directory where you have the code files.

  2. Run the following command to execute the program:

python TypingPractice.py

or

python3 TypingPractice.py
  1. Follow the on-screen instructions to choose a character set and start practicing typing.

  2. Type the displayed character and press Enter. The program will provide feedback on whether your input is correct or not.

  3. To exit the program, type "finish" when prompted for input.