Skip to content

gabrielchristo/todopad

Repository files navigation

Todopad

A very simple and minimalist gui python software to manage ToDo's and annotations in plain text. The application uses json for persistent storage.

mainwindow

Dependencies

  • Python 3
  • PyQt5

Installation

If you are on windows and wanna an executable, you can download it or download the source code and run the following command:

pyinstaller --name=Todopad --onefile --windowed --icon=app.ico Main.py

In any other case, clone the repository and run

python Main.py

Changelog

v1.1

  • Added "Save as" option
  • Internal Drag and Drop on task list
  • Last save date and version on json file
  • Helpful calendar window
  • Exporting selected task content to pdf
  • Status bar messages

v1.0

  • First release

Future Work (or not)