Skip to content

Commit

Permalink
Updaed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MRDGH2821 committed Aug 6, 2020
1 parent 3497f2b commit 6afdd45
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Word Per Minute!
This program lets you flash a paragraph, word by word; in full screen!
This program lets you display a paragraph, word by word; in full screen!

In simple words -

User has given a paragraph.
User inputs paragraph.
User inputs parameters like Speed of words being displayed & Font Size

In a black background, I have to show them word by word, the whole paragraph.
The program will display the words present in paragraph according to the speed set by user.

What it will do is, it will display -
It will display something like this -

first word <some delay, first word invisible>
first word <some delay then first word invisible>

second word <some delay, second word invisible>
second word <some delay then second word invisible>

So on...

0 comments on commit 6afdd45

Please sign in to comment.