Skip to content

Welcome to this repository. This is a typing speed test that runs in module and uses curses module to show the color that we are typing wrong or correct

Notifications You must be signed in to change notification settings

NDhingra01/Typing_Speed-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Typing Speed Test using Python 🐍

Project Setup

  • It consists of total 2 files
  • 1: The python file contaning all the code
  • 2: File containg text for the typing text

Modules Used

  • Curses Module
  • Wrapper from curses
  • Random Module
  • Time Module
import curses
from curses import wrapper
import time
import random

About

Welcome to this repository. This is a typing speed test that runs in module and uses curses module to show the color that we are typing wrong or correct

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages