a simple (and not original) desktop application built using CostumeTkinter in Python.
This app provides a unique writing experience where you need to keep typing to prevent the text from disappearing. If you stop typing, the text will be removed after a countdown.
- Package-Based Structure
- Model-View-Controller (MVC) Architecture
- Creativity Enhancement: By trying hard to keep thinking and generating text, you push your limits beyond.
- Increase Productivity: It won't let you rest when you are typing.
python run.py
Some configuratuions are accesible from config.py
.
This is a brief flowchart of the (primary logic).
There is an executed file for Windows (.exe) inside the /dist
folder.
It is ready to use without any need to make your hands dirty with code.
This project was done as a hands-on practical project to practice building a Tkinter App, Unit Testing, and also Model-View-Controller Architecture.