A very simple and minimalist gui python software to manage ToDo's and annotations in plain text. The application uses json for persistent storage.
- Python 3
- PyQt5
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
- 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
- First release
- Encrypt json file / password protect
- Auto save feature
- Search item filter with line edit
- Splash screen