TrayList
Description
A simple list app that lives in your system tray. I made it to glance over my daily work tasks — it's deliberately basic, written in Python 3.11 with tkinter.

Using it
Unzip anywhere and run TrayList.exe. The app sits in the tray; a single left
click opens the list. Everything you type is saved instantly, and Enter creates
the next entry. To start it with Windows, drop a shortcut into the Startup
folder or set up a Task Scheduler event.
Build from source by running build.bat (administrator preferred). A C++
rewrite is in progress on the C++ branch.