> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Mytodo: A ToDo List Manager For DIY Lovers
- URL: https://itsfoss.com/mytodo-list-manager/
- Published: 2015-10-12T20:57:41.000Z
- Updated: 2023-01-11T09:56:15.000Z
- Author: Abhishek Prakash
- Tags: #Import 2022-12-26 08:27

Warning! Discontinued project

The Mytodo project is no longer developed or maintained. Please refer to our [recommended list of to-do list apps for Linux](https://itsfoss.com/to-do-list-apps-linux/) instead.

Usually, I focus on applications that are hassle free and easy to use (read GUI oriented). That’s the reason why I included [Go For It](https://itsfoss.com/go-for-it-to-do-app-in-linux/) to do program in the list of [Linux productivity tools](https://itsfoss.com/productivity-tips-ubuntu/). Today, I am going to show you yet another to-do list application that is slightly different than the rest.

[Mytodo](https://github.com/mohamed-aziz/mytodo?ref=itsfoss.com) is an open source to-do list program that puts you, the user, in command of everything. Unlike most other similar programs, Mytodo is more DIY hobbyist oriented because it lets you configure the server (if you want to use it on multiple computers), provides a command line interface among other main features.

It is written in Python and thus it could be used in all Linux distros and other operating systems such as Windows.

Some of the main features of Mytodo are:

- Both GUI and command line interface
- Configure your own server
- Add users/password
- Written in Python
- Searchable by tag
- To-do list list can be displayed as [Conky](https://itsfoss.com/conky-gui-ubuntu-1304/)

[![Mytodo GUI](https://itsfoss.com/content/images/wordpress/2015/10/Mytodo-list.jpeg)](https://itsfoss.com/content/images/wordpress/2015/10/Mytodo-list.jpeg)

GUI

[![Mytodo CLI](https://itsfoss.com/content/images/wordpress/2015/10/Mytodo-list-cli.jpeg)](https://itsfoss.com/content/images/wordpress/2015/10/Mytodo-list-cli.jpeg)

Command Line

[![Mytodo Conky](https://itsfoss.com/content/images/wordpress/2015/10/Mytodo-list-conky.jpeg)](https://itsfoss.com/content/images/wordpress/2015/10/Mytodo-list-conky.jpeg)

Conky displaying to-do list

You can find the source code and configuration instructions on the Github link below:

[Mytodo on GitHub](https://github.com/mohamed-aziz/mytodo?ref=itsfoss.com)

While some people might not like all this command line and configuration part, but it certainly has its own pleasure. I let you try and decide if Mytodo suits our need and taste.

*Image credit: https://pixabay.com/en/to-do-list-task-list-notes-written-734587*