Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 817 Bytes

readme.md

File metadata and controls

30 lines (18 loc) · 817 Bytes

To-Do List

A simple tool that allows you to save your to-do list. For example, you can save tasks for today.

Features

  • Simple with GUI dialogs.
  • Automatically saves your to-do list.

Feedback

Any feedback is appreciated. If you have suggestions, you can open an issue on the repository page or send an email to [email protected].

Pull Requests

Any pull requests are appreciated. I'll review and accept them when I have time.

Building

You need the following requirements in order to build.

  • You should have python installed to the latest version as possible.
  • You should have installed wxpython module.

You can also install all of the requirements by

pip install -r requirements.txt

To compile the script into executable, run the compile.bat