https://github.com/qtodotxt/qtodotxt
Cross Platform todo.txt GUI
https://github.com/qtodotxt/qtodotxt
debian pyqt5 python task-list tasks todo todolist translation ubuntu windows
Last synced: 2 months ago
JSON representation
Cross Platform todo.txt GUI
- Host: GitHub
- URL: https://github.com/qtodotxt/qtodotxt
- Owner: QTodoTxt
- Created: 2013-05-20T06:56:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T18:35:52.000Z (about 2 years ago)
- Last Synced: 2025-04-10T04:15:35.558Z (2 months ago)
- Topics: debian, pyqt5, python, task-list, tasks, todo, todolist, translation, ubuntu, windows
- Language: Python
- Size: 2.24 MB
- Stars: 389
- Watchers: 30
- Forks: 92
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# QTodoTxt
[](https://travis-ci.org/QTodoTxt/QTodoTxt) [](https://github.com/QTodoTxt/QTodoTxt/blob/master/gpl.txt)[](https://hosted.weblate.org/projects/qtodotxt/)
[](https://scrutinizer-ci.com/g/QTodoTxt/QTodoTxt/?branch=master)QTodoTxt is a cross-platform UI client for todo.txt files (see [todo.txt](http://todotxt.com)).

[more screenshots..](https://github.com/QTodoTxt/QTodoTxt/wiki/Screenshots)
### Latest alpha/beta relase and QTodotTxt2:
Download code from git or use pip: pip install qtodotxt --upgrade --pre
We have also started work on QTodoTxt2 https://github.com/QTodoTxt/QTodoTxt2/
Much much much cleaner code and a new interface based on qml that offer a lot of new possibilities. Try it and give us feedbackNow also available using pip: pip install qtodotxt2 --upgrade --pre
And please report bugs to github!
###Latest stable release:
V1.9.0 is released but not all binary packages have been created yet and the following links may point to older versions (pip should alway point to latest release). If you want a missing binary release, generate it then contact the authors to upload the file and update the link in this README
- For Ubuntu / Debian: [.deb package](https://github.com/QTodoTxt/QTodoTxt/releases/download/v1.6.1/qtodotxt_1.6.1_all_deb.zip)
- For Windows: [Windows installer](https://github.com/QTodoTxt/QTodoTxt/releases/download/v1.7.0/qtodotxt_1.7.0.exe)
- For Mac OS X: [Mac OS X installer](http://dl.bintray.com/mnantern/generic/QTodoTxt_1.4.0.dmg)
- Everywhere: ```pip install qtodotxt --upgrade``` (BUT to void unwanted pyqt5 compilation, pyqt5 is not specified as a dependency on pip, install pyqt5 manually before!)
- Everywhere: [tar.gz archive](https://github.com/QTodoTxt/QTodoTxt/archive/v1.9.0.tar.gz)## Running from sources
To run the application without installing just:* Download [latest code archive](https://github.com/QTodoTxt/QTodoTxt/archive/master.zip)
* Run:
* On Linux/Mac: bin/qtodotxt
* On Windows: bin/qtodotxt.pyw
Be sure to have all [prerequisites](http://github.com/QTodoTxt/QTodoTxt/wiki) installed !## Documentation
- [User Documentation](https://github.com/QTodoTxt/QTodoTxt/wiki)
- [Screenshots](https://github.com/QTodoTxt/QTodoTxt/wiki/Screenshots)
- [Downloads](https://github.com/QTodoTxt/QTodoTxt/wiki/Downloads)
- [Changelog](https://github.com/QTodoTxt/QTodoTxt/wiki/Changelog)
- [Defects and Enhancements](https://github.com/QTodoTxt/QTodoTxt/issues)
- [Contributor's Guide](https://github.com/QTodoTxt/QTodoTxt/blob/master/CONTRIBUTING.md)
- [Building QTodoTxt Binaries](https://github.com/QTodoTxt/QTodoTxt/wiki/Building-QTodoTxt-Binaries)
- [Translation QTodoTxt into other languages](https://github.com/QTodoTxt/QTodoTxt/blob/master/TRANSLATION.md)