Skip to content

Timer triggered disappearing text app created with Python/Tkinter. Completed for Professional Portfolio Project: Assignment 9, Angela Yu 100 Days of Code -- "GUI Desktop App: Disappearing Text Writing App"

License

Notifications You must be signed in to change notification settings

andrewblais/textIsGone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 90, Professional Portfolio Project [GUI Desktop App]

Assignment 9, "Disappearing Text Writing App"

Build a todo list website.

Assignment instructions:

For most writers, a big problem is writing block. Where you can't think of what to write and you can't write anything.

One of the most interesting solutions to this is a web app called The Most Dangerous Writing App, an online text editor where if you stop writing, all your progress will be lost.

A timer will count down and when the website detects the user has not written anything in the last 5/10 seconds, it will delete all the text they've written so far.

Try it out here:

https://www.squibler.io/dangerous-writing-prompt-app

You are going to build a desktop app that has similar functionality. The design is up to you, but it should allow a user to type and if they stop for more than 5 seconds, it should delete everything they've written soc far.


My Submission:


Questions for this assignment

Reflection Time:

This is a place to journal your experience of completing this project. This will help you figure out how to improve as a developer.

Write down how you approached the project.

What was hard?

What was easy?

How might you improve for the next project?

What was your biggest learning from today?

What would you do differently if you were to tackle this project again?

About

Timer triggered disappearing text app created with Python/Tkinter. Completed for Professional Portfolio Project: Assignment 9, Angela Yu 100 Days of Code -- "GUI Desktop App: Disappearing Text Writing App"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages