Skip to content

Masum-MSNR/todo_float

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO Float - Floating To-Do List App

Overview

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.

Cover Image

Features

  • 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.

Installation

Requirements

  • Python 3.x
  • Tkinter library
  • Pickle library

To install Tkinter, use the following command:

pip install tk

To install Pickle, use the following command:

pip install pickle

Running the App

  1. Download or clone this repository.
  2. Open a terminal or command prompt in the project directory.
  3. Run the app with the following command:
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages