https://github.com/revoconner/traylist
A simple list app that resides in your system tray
https://github.com/revoconner/traylist
list simple todo tray-application
Last synced: 4 months ago
JSON representation
A simple list app that resides in your system tray
- Host: GitHub
- URL: https://github.com/revoconner/traylist
- Owner: revoconner
- License: mit
- Created: 2024-04-29T23:19:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-21T06:14:54.000Z (7 months ago)
- Last Synced: 2025-11-21T07:16:51.151Z (7 months ago)
- Topics: list, simple, todo, tray-application
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tray List
A simple list app that resides in your system tray icon.
## Description
I made it so I can look over my daily tasks for work. It's not pretty and is very basic. It's written with Python 3.11 and tkinter.

## How to use
- Just unzip somewhere and and run the **TrayList.exe** to open the app.
- To start with windows, you can create a task scheduler event for the app, or create a shortcut of TrayList.exe and move that to the startup folder of windows. It is usually in **C:\Users\\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup**
- The app will now run in your tray, to open click on it.
- Whenever you type something in the list, it is saved instantly. To create new entries, press the Return/Enter key.

## C++ Version
A C++ version is in the works in a different branch called **C++**. It's a work in progress.
## How to build
1. Install python 3 and above.
2. Run the build.bat as administrator (admin permission is optional but preferred)
## Changelog
1. v1.0 Made app
2. v1.2 Redesign with Ctkinter
3. v1.3 Opens with left single click, instead having to right click and selecting open. Saves everything without having to press enter.
4. v1.4 Fixed Enter key to automatically focus on new entry line. Fixed issue where deleting all entries left no way to create new ones.