TODO Float is a lightweight, floating to-do list application built with Python's Tkinter library. It allows users to manage tasks on their desktop with a simple and intuitive interface. The app remains on top of other windows and allows users to add, delete, move, and check off tasks as completed. It also supports a reset feature to clear tasks at a set time each day.
- Floating Window: The app stays on top of other windows.
- Task Management: Add, delete, and reorder tasks.
- Task Completion: Mark tasks as complete with a checkbox.
- Task Reset: Resets tasks at a specified time every day.
- Save State: Saves tasks and window position so that they persist between app launches.
- Minimal UI: Clean, dark-themed interface for easy use.
- Python 3.x
- Tkinter library
- Pickle library
To install Tkinter, use the following command:
pip install tkTo install Pickle, use the following command:
pip install pickle- Download or clone this repository.
- Open a terminal or command prompt in the project directory.
- Run the app with the following command:
python main.py