todo-list-python is a repository containing the source code for a python-based GUI CRUD app for managing your todo list.
python-3.x , tkinter, and sqlite3
Download the todo.py and run it. You can try to create a .exe file using pyinstaller
. Please follow this method given by a kind soul on the topic - Converting tkinter to .exe file.
You can use it to keep track of your tasks to be completed. Or, you can edit this code and create a better version and help others.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.