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.
-
Clone the repository or download the code files.
-
Ensure you have Python installed on your system. You can download Python from the official website: Python.org.
-
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
-
Open your terminal or command prompt and navigate to the directory where you have the code files.
-
Run the following command to execute the program:
python TypingPractice.py
or
python3 TypingPractice.py
-
Follow the on-screen instructions to choose a character set and start practicing typing.
-
Type the displayed character and press Enter. The program will provide feedback on whether your input is correct or not.
-
To exit the program, type "finish" when prompted for input.