Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 973 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 973 Bytes

TypMan

A CLI based Typing Practice App written in C

How To's + Other Notes :

  • First input is command. "load" to load files. Plus all the cmd commands are supported. The same input field can be used to set colors like COLOR 0A.
  • Second input is asked when the command entered is "load". It takes the complete filename (name.extension).
  • Files should be present in the data folder and should be text files.
  • Once the file is found, its data should be loaded and user should see it on the screen.
  • Correctly typed characters are automatically disappeared from the screen.
  • Once the whole text is completed, user is redirected to the command page.