/ptk

Remote work productivity tools in Python

Primary LanguagePython

ptk_ascii_2

Remote Work Productivity Tool Kit in Python

These are a few simple tools I use for productivity.

Timer / Pomodoro timer

Run the count down timer in terminal, enter time in seconds for a warm up count down

image

and then 4x (25 minute + 5 minute break)

image

image

image

System prompt sounds at the intervals. Subtle.

To do list

Simple python - tkinter task manager

image

  • Add and delete tasks in a small window.
  • Notes to self
  • Works well for temporary string storage < 25 characters in length.