This program lets you display a paragraph, word by word; in full screen!
In simple words -
User inputs paragraph. User inputs parameters like Speed of words being displayed & Font Size
The program will display the words present in paragraph according to the speed set by user.
It will display something like this -
first word (some delay then first word invisible)
second word (some delay then second word invisible)
So on...
Check out how it works here
Download the latest version here!
Check here
- How to Create Full Screen Window in Tkinter
- Python Tkinter refresh canvas
- Python Canvas.create_text Examples
- How to get multiline input from user
- Python exit commands
- Tkinter - Inserting text into canvas windows
- Getting screen’s height and width using Tkinter | Python
- Canvas Text update - Python3 Tkinter
- Add a text to canvas in Tkinter (Python)
- How to Update text in Tkinter Label/Canvas widget using for loop?